Models are the way of defining the source of information about the database schema, it includes all the important information about fields and behavior of data we are storing. Each model describes a single database table.
In this tutorial we will learn about using Models, ORM, adding different fields into a schema, using different functions and validations on the schema.