Attributes
By adding an attribute, you also create a database column with the data type, a binding to other models, and a form field.
Validation Rules
Like most web applications, form validation is sometimes tedious to implement. Not anymore, ModelBaker creates all
the server side validation with just a few clicks.
Model Relationship
Creating associations is a simple button click. Never have to worry about foreign keys or SQL, just make the relationships and all will be generated for you.