-
-
Notifications
You must be signed in to change notification settings - Fork 9
Database Contributions.md
Kenneth Chen edited this page Nov 17, 2024
·
1 revision
- Create a
.sql
file in the/sql
directory. Name it something related to the tables being made. - Before each
CREATE TABLE
, runDROP TABLE IF EXISTS
- Create the tables
Create a .sql
file in the /sql/migrations
directory. Name it the Jira ticket number (e.g., URW-193).