This repository was archived by the owner on Nov 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Check out: DB side default valuesΒ #12
Copy link
Copy link
Open
Labels
coreCore functionalities and classes of the project aka. the parts that should not yet be customized.Core functionalities and classes of the project aka. the parts that should not yet be customized.enhancementNew feature or requestNew feature or request
Milestone
Description
If we mark a value as "required=False", up until now our database connection fills the values spot in the query with 'null' - which means we provide a value for the column. If instead, we were to enable AnyBase to create default values on a database level We'd need to:
- Add default value statements in the create_table function.
- Add default value to the columns string representation as stored in asset type
- Definitely create tests for all of this π
- Any other place?
Metadata
Metadata
Assignees
Labels
coreCore functionalities and classes of the project aka. the parts that should not yet be customized.Core functionalities and classes of the project aka. the parts that should not yet be customized.enhancementNew feature or requestNew feature or request