3 lines
67 B
MySQL
Raw Permalink Normal View History

2019-05-26 23:02:41 +02:00
CREATE TABLE invitations (
email TEXT NOT NULL PRIMARY KEY
);