Skip to content

Database Contributions.md

Kenneth Chen edited this page Nov 17, 2024 · 1 revision

Creating tables

  1. Create a .sql file in the /sql directory. Name it something related to the tables being made.
  2. Before each CREATE TABLE, run DROP TABLE IF EXISTS
  3. Create the tables

Inserting entries into the tables

Create a .sql file in the /sql/migrations directory. Name it the Jira ticket number (e.g., URW-193).

Clone this wiki locally