seven-technologies-cloud / pythonrest

Creative Commons Zero v1.0 Universal
10 stars 4 forks source link

Add possibility of columns with default values being sent with no value on flask admin panel #75

Open leo-viana opened 3 months ago

leo-viana commented 3 months ago

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