Skip to content

Commit

Permalink
table updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hmunack committed Mar 17, 2024
1 parent 7dca6e2 commit fd4d564
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/csv_tables/cabah_ecolgroupID.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
ECOGROUPID,serial4,pkey,TRUE,
ECOLGROUP,text,,TRUE,
ECOGRPHNDL,varchar(4):p,ukey,TRUE,
ECOGRPSRC,text,fkey,,ref:`cabah_datasourceID_Fields`
ECOGRPSRC,int2,fkey,,:ref:`cabah_datasourceID_Fields`
4 changes: 4 additions & 0 deletions docs/source/csv_tables/cabah_elementtypeID.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Field,Data type,Key,Not Null,Parent
ELEMTYPEID,serial4,pkey,TRUE,
ELEMENTYPE,text,,TRUE,
ELMTSOURCE,text,fkey,,:ref:`cabah_datasourceID_Fields`
5 changes: 5 additions & 0 deletions docs/source/csv_tables/cabah_taxagroupID.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Field,Data type,Key,Not Null,Parent
TAXAGRPID,serial4,pkey,TRUE,
TAXAGROUP,text,,TRUE,
TXAGRPHDLE,varchar(3):p,ukey,TRUE,
TXAGRPSRC,int2,fkey,,:ref:`cabah_datasourceID_Fields`
4 changes: 4 additions & 0 deletions docs/source/csv_tables/global_datasettypeID.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Field,Data type,Key,Not Null,Parent
DSETTYPEID,serial4,pkey,TRUE,
DSETTYPE,text,,TRUE,
DSTYPNOTE,text,,,

0 comments on commit fd4d564

Please sign in to comment.