morffix/migrations/000003_create_workers_table.up.sql
2024-05-05 01:27:39 +02:00

5 lines
No EOL
93 B
SQL

CREATE TABLE IF NOT EXISTS workers(
id uuid PRIMARY KEY,
name VARCHAR (50) NOT NULL
);