picobook/src/database/migrations/1-first-migration.sql

4 lines
47 B
MySQL
Raw Normal View History

2023-10-29 19:28:07 +00:00
CREATE TABLE users (
id text,
username text
)