You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2022. It is now read-only.
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