3 lines
67 B
MySQL
Raw Normal View History

CREATE TABLE invitations (
email TEXT NOT NULL PRIMARY KEY
);