hochzeit/setup.sql
2020-12-08 20:24:21 +01:00

1 line
111 B
SQL

CREATE TABLE presents (id int(11) NOT NULL PRIMARY KEY, version int(11) NOT NULL, isBought tinyint(1) NOT NULL)