I would like to make some fields mandatory on one of my collections, which means it would not be possible to create/edit a record without specifying the field.
I’ve googled around, read the documentation, and I can’t find any information on this.
Is it possible?
Here : https://docs.forestadmin.com/documentation/reference-guide/actions/create-a-record
I see: “Once on the creation form, fill out all required fields as per your database’s constraints”
Does it mean ForestAdmin is aware of which database table columns have a NOT NULL constraint?