Letting database handle defaults
Test-db-acle handled defaults by adding them to the list of non-nullable columns, but this broke with special default values like CURRENT_TIMESTAMP. This is now handled purely by the database.
Test-db-acle handled defaults by adding them to the list of non-nullable columns, but this broke with special default values like CURRENT_TIMESTAMP. This is now handled purely by the database.