MySQL/db/install.sql

4 lines
100 B
SQL

CREATE TABLE heyo (
hello_world VARCHAR(16) NOT NULL UNIQUE,
good_bye VARCHAR(64) NOT NULL
)