4 lines
76 B
MySQL
Raw Normal View History

CREATE TABLE invitations (
2019-05-20 21:12:41 +02:00
email VARCHAR(255) NOT NULL PRIMARY KEY
);