mirror of
https://github.com/h44z/wg-portal.git
synced 2025-08-10 07:22:24 +00:00
3 lines
62 B
SQL
3 lines
62 B
SQL
CREATE TABLE IF NOT EXISTS test (
|
|
firstname VARCHAR(16)
|
|
); |