tremainebuchanan / mail-mgmt-app

Snail Mail Management Software
Apache License 2.0
1 stars 10 forks source link

Database Schema Design documentation #11

Open tremainebuchanan opened 5 years ago

tremainebuchanan commented 5 years ago

A document that will outline the following information for each model within the database:

  1. name of column/field
  2. data type of column/field
  3. length of column/field
  4. whether the column/field is required or not
  5. any default data the column/field may have
  6. any references/dependencies on other fields

This document could be a Google Document for simplicity.

cchajar commented 5 years ago

I like to help on this issue , I just don't know how to access DB

tremainebuchanan commented 5 years ago

@cchajar Thanks for reaching out. The database will be created today and the files will be apart of the project. For now, we just need to maintain a document that will give anyone an idea of the database schema without the developer reading the code to figure it out. If you can create a Google Sheets and add the link to the README.md file under the header Database Schema, that will be fine.