4
0
Fork 0
mirror of https://github.com/zzzzDev4/ias-tea-axum.git synced 2025-04-21 07:41:21 +02:00
backend/migrations/0001_init.sql
2024-04-28 22:14:27 +02:00

4 lines
No EOL
84 B
SQL

CREATE TABLE IF NOT EXISTS tea (
id serial PRIMARY KEY,
teaname TEXT NOT NULL
);