Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 440 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 440 Bytes

Snackify

CREATE TABLE snackify( _id serial primary key, "userName" varchar, "avatar" varchar, voteCount integer, submissionCount integer, snackPhoto varchar, votes integer );

CREATE TABLE events( _id serial primary key, id varchar, summary varchar, "htmlLink" varchar, sequence integer, "createdAt" timestamp, "updatedAt" timestamp, start timestamp, "end" timestamp );