|
|
|
|
|
by chris140957
2807 days ago
|
|
Hi, thanks for looking. You can edit your data models at any time - fields can be added/removed/renamed as necessary. There is some validation already - string stra fields must be strings, number fields must be numbers, etc and you can make fields as required (meaning that it a value must be supplied), unique (meaning that two instances can't have the same value for a particular field) and also set default values. Additionally, foreign key and many to many fields are validated to ensure the related objects actually exist. I'll also be adding additional validation (e.g. regex, max/min numbers) in the very near future |
|