updated events

This commit is contained in:
emilyliublair
2021-09-10 18:17:44 -04:00
parent 613429707b
commit bf122af51f
3 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ CREATE TABLE events (
text VARCHAR,
location VARCHAR NOT NULL,
event_date DATE,
name VARCHAR NOT NULL,
name VARCHAR NOT NULL,
emails VARCHAR NOT NULL
);