Add 'db/install.sql'

This commit is contained in:
Sarimoko 2021-07-08 05:14:58 +00:00
parent 521cf9b424
commit e26cbb6609
1 changed files with 4 additions and 0 deletions

4
db/install.sql Normal file
View File

@ -0,0 +1,4 @@
CREATE TABLE heyo (
hello_world VARCHAR(16) NOT NULL UNIQUE,
good_bye VARCHAR(64) NOT NULL
)