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

4 lines
No EOL
85 B
SQL

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