mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2026-07-16 06:50:22 -04:00
first for re-cms
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
DROP TABLE events;
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE events (
|
||||
id SERIAL PRIMARY KEY,
|
||||
title VARCHAR NOT NULL,
|
||||
text VARCHAR,
|
||||
location VARCHAR NOT NULL,
|
||||
event_date DATE
|
||||
);
|
||||
Reference in New Issue
Block a user