brazil-data-cube / bdc-catalog

Brazil Data Cube Image Metadata Catalog
https://bdc-catalog.readthedocs.io/en/latest/
GNU General Public License v3.0
4 stars 10 forks source link

Suggestion: add default values to some fields #137

Closed rmmariano closed 2 years ago

rmmariano commented 3 years ago

Leave the fields collection_type, is_public and version accept a default value when the registration is done. For example:

ALTER TABLE bdc.collections ALTER COLUMN collection_type SET DEFAULT 'collection';
ALTER TABLE bdc.collections ALTER COLUMN version SET DEFAULT 1;
ALTER TABLE bdc.collections ALTER COLUMN is_public SET DEFAULT FALSE;

This would facilitate the insertion of records.

Thank you in advance.

raphaelrpl commented 2 years ago

Resolved in v1.0-alpha1