Data Modelling
In this blog i am going to tell you about how i created database schema for my app.
first up all one should know what is data modelling?
Entity-relationship modeling is a relational schema database modeling method, used in software engineering to produce a type of conceptual data model (or semantic data model) of a system, often a relational database, and its requirements in a top-down fashion.
My app requires only one table and schema is represented as shown in figure.
Making the data models for my webapp and adding relevant tables to my project. Share your schema using tools like PonyORM.
Resources must go through are:
Here is the link to the first webinar about data modelling. The second webinar on Advanced data modelling can be viewed here, and the PDF used here.