5 lines
60 B
MySQL
Raw Normal View History

CREATE TABLE "user"
(
email VARCHAR(255) PRIMARY KEY
);