4 lines
76 B
4 lines
76 B
7 years ago
|
CREATE TABLE invitations (
|
||
6 years ago
|
email VARCHAR(255) NOT NULL PRIMARY KEY
|
||
|
);
|