A recent PR had a great idea we should replicate into the normal installer.
The collection_metadata table should use default constraints to setup the default values. Then the initial insert should use DEFAULT VALUES.
Anyone wanting to deviate from defaults can clearly see what they need to do. Also makes adding new columns easier (as seen in the PR #62 )
A recent PR had a great idea we should replicate into the normal installer.
The collection_metadata table should use default constraints to setup the default values. Then the initial insert should use DEFAULT VALUES.
Anyone wanting to deviate from defaults can clearly see what they need to do. Also makes adding new columns easier (as seen in the PR #62 )