diff --git a/server/migrations/0010.sql b/server/migrations/0010.sql index 63502f8..4943bcc 100644 --- a/server/migrations/0010.sql +++ b/server/migrations/0010.sql @@ -1,7 +1,7 @@ PRAGMA foreign_keys = ON; CREATE TABLE IF NOT EXISTS users ( - id SERIAL PRIMARY KEY, + id INTEGER PRIMARY KEY, username VARCHAR(255) NOT NULL, password VARCHAR(255) NOT NULL ); \ No newline at end of file