cscov/StarWarsBnb

DB Schema

Closed this issue · 5 comments

Database Schema

  • Contains correct datatypes

  • Contains appropriate constraints/details

    • primary key
    • not null
    • unique
    • indexed
    • foreign key
  • Contains bullet points after the table that state which foreign keys will reference to which table, or references to the associations which will be made

  • Correctly formatted

    • schema is written in a table format
    • column names are bolded
    • columns names are lowercased and snaked_cased and back_ticked

Comments:

Initial Proposal for this page has been reviewed. Please add other fields!

cscov commented

Finished my first draft! Please take a look :)

cscov commented

updated again after our chat

Awesome! Just need formatting (back ticking on column names)

cscov commented

updated