Skip to content

Database Schema

Paul edited this page Jan 24, 2018 · 12 revisions

schema Link to a document outlining the database schema for your app. Build up the schema by walking through your app's wireframes. Think carefully about what data will be needed for each view and the best way to store that data. Make note of any database-level validations and foreign key relationships.

Clone this wiki locally