Whenever a table has columns with default values defined by the database, if you insert an entry on that table with flask admin panel ommiting the column with the default value, it does not automatically fill that value on the database, as the way it is done on the domain routes of the API
Description
Whenever a table has columns with default values defined by the database, if you insert an entry on that table with flask admin panel ommiting the column with the default value, it does not automatically fill that value on the database, as the way it is done on the domain routes of the API