Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions treebase-core/src/main/resources/TBASE2_POSTGRES_CREATION.sql
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ CREATE TABLE citation
keywords character varying(255),
pages character varying(255),
publishyear integer,
published smallint,
published boolean,
title character varying(500),
issue character varying(255),
journal character varying(255),
Expand Down Expand Up @@ -515,7 +515,7 @@ CREATE TABLE matrix
gapsymbol character(1),
missingsymbol character(1),
nexusfilename character varying(255),
published smallint,
published boolean,
symbols character varying(255),
title character varying(255),
"nchar" integer,
Expand Down Expand Up @@ -677,7 +677,7 @@ CREATE TABLE phylotree
ntax integer,
newickstring text,
nexusfilename character varying(255),
published smallint,
published boolean,
rootedtree smallint,
title character varying(255),
rootnode_id bigint,
Expand Down