3 lines
62 B
MySQL
Raw Normal View History

2023-02-12 23:13:04 +01:00
CREATE TABLE IF NOT EXISTS test (
firstname VARCHAR(16)
);