Skip to content

Instantly share code, notes, and snippets.

@thuyanduong
Last active March 30, 2021 20:20
Show Gist options
  • Save thuyanduong/672f574c054eaae7fcfafdd8f69d2104 to your computer and use it in GitHub Desktop.
Save thuyanduong/672f574c054eaae7fcfafdd8f69d2104 to your computer and use it in GitHub Desktop.
MarcyLab Express API To Do List database script
DROP TABLE IF EXISTS tasks;
DROP TABLE IF EXISTS users;
-- CREATE TABLE users
-- INSERT some data into users
-- CREATE TABLE tasks
-- INSERT some data into tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment