mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 10:42:57 +00:00
4 lines
50 B
SQL
4 lines
50 B
SQL
CREATE TABLE users (
|
|
id SERIAL PRIMARY KEY
|
|
);
|