Files
deadswitch/createDB.sql

1 line
122 B
MySQL
Raw Normal View History

2020-10-29 16:24:53 -05:00
CREATE TABLE entries (active boolean,topic string,email string, expiry timestamp, isNotified boolean, lastSeen timestamp);