mirror of
https://github.com/zzzzDev4/ias-tea-axum.git
synced 2025-04-21 07:41:21 +02:00
4 lines
No EOL
84 B
SQL
4 lines
No EOL
84 B
SQL
CREATE TABLE IF NOT EXISTS tea (
|
|
id serial PRIMARY KEY,
|
|
teaname TEXT NOT NULL
|
|
); |