Create model

In models section first of all you are gonna have users model as default but you can customize this model by your own ideas simply. We will talk about specific built-in user model in next articles. Before that we want to create new model from scratch and check out all properties and options behind that.

As you can see in top image by press on blue plus button you will create blank model. We have some fields at the top and list of properties at the bottom.

You have to design your models like creating your database tables and fields. for example every tables need some properties with configurations or relations. In our model designer each model have Name, Type and database. You have to configure and setup your database anytime and assign it to any model you want.

When you finished with your model informations you should press check button at top to save and publish your model.

At next step we have to know how model properties works ;)

pageProperties

Last updated