hochzeit/setup.sql
2021-04-01 13:06:29 +02:00

5 lines
192 B
SQL

CREATE TABLE presents (id int(11) NOT NULL PRIMARY KEY, version int(11) NOT NULL, isBought tinyint(1) NOT NULL)
---
ALTER TABLE presents ADD COLUMN password varchar(127) NOT NULL DEFAULT '';