first version?

This commit is contained in:
Joe Tretter
2020-10-29 16:24:53 -05:00
parent 2e7e772e57
commit 28749be207
4 changed files with 57 additions and 18 deletions

1
createDB.sql Normal file
View File

@@ -0,0 +1 @@
CREATE TABLE entries (active boolean,topic string,email string, expiry timestamp, isNotified boolean, lastSeen timestamp);