awesome-compose/react-rust-postgres/backend/migrations/2020-03-26-084736_create_pe.../up.sql

5 lines
78 B
SQL

CREATE TABLE users (
id SERIAL PRIMARY KEY,
login TEXT UNIQUE NOT NULL
);