Skip to content

Commit

Permalink
update SQL type in columns table
Browse files Browse the repository at this point in the history
  • Loading branch information
anitacaron committed Feb 21, 2024
1 parent 46d643c commit ff8d18b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ontology/src/schema/column.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ datatype datatype word primary the name of this datatype
datatype parent empty word tree(datatype) the parent datatype
datatype condition empty line the method for testing the datatype
datatype description empty text a description of this datatype
datatype SQLite type empty sql_type the SQLite type for representing this data
datatype PostgreSQL type empty sql_type the PostgreSQL type for representing this data
datatype SQL type SQL type empty sql_type the SQLite type for representing this data
datatype HTML type empty html_type the HTML type for viewing and editing this data
coasbrr defined_class ontology_id
coasbrr defined_class_name ontology_label
Expand Down

0 comments on commit ff8d18b

Please sign in to comment.