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