migration.sql 94 B

1234
  1. CREATE TABLE users (
  2. id integer PRIMARY KEY AUTOINCREMENT NOT NULL,
  3. name text NOT NULL
  4. );