Skip to content

Commit

Permalink
updated missing comments for taxon tables
Browse files Browse the repository at this point in the history
  • Loading branch information
MacQSL committed Jan 24, 2024
1 parent 0d2b480 commit 3c08328
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions database/src/migrations/20240119000000_taxonomy_tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ export async function up(knex: Knex): Promise<void> {
COMMENT ON COLUMN taxon_alias.taxon_alias_id IS 'System generated surrogate primary key identifier.';
COMMENT ON COLUMN taxon_alias.taxon_id IS 'A foreign key that points to a taxon.';
COMMENT ON COLUMN taxon_alias.language_id IS 'A foreign key that points to a language.';
COMMENT ON COLUMN taxon_alias.taxon_alias_origin_id IS 'A foreign key that points to a taxon alias origin.';
COMMENT ON COLUMN taxon_alias.alias IS 'A taxon alias.';
COMMENT ON COLUMN taxon_alias.record_effective_date IS 'Record level effective date.';
COMMENT ON COLUMN taxon_alias.record_end_date IS 'Record level end date.';
Expand Down

0 comments on commit 3c08328

Please sign in to comment.