1 line
122 B
MySQL
1 line
122 B
MySQL
|
|
CREATE TABLE entries (active boolean,topic string,email string, expiry timestamp, isNotified boolean, lastSeen timestamp);
|