Commit 647e9e14 by Alexander Makarov

Added missing columns to cubrid test schema

parent aece6d30
...@@ -91,7 +91,9 @@ CREATE TABLE `tbl_type` ( ...@@ -91,7 +91,9 @@ CREATE TABLE `tbl_type` (
`float_col2` double DEFAULT '1.23', `float_col2` double DEFAULT '1.23',
`blob_col` blob, `blob_col` blob,
`numeric_col` decimal(5,2) DEFAULT '33.22', `numeric_col` decimal(5,2) DEFAULT '33.22',
`time` timestamp NOT NULL DEFAULT '2002-01-01 00:00:00' `time` timestamp NOT NULL DEFAULT '2002-01-01 00:00:00',
`bool_col` tinyint NOT NULL,
`bool_col2` tinyint DEFAULT '1'
); );
CREATE TABLE `tbl_composite_fk` ( CREATE TABLE `tbl_composite_fk` (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment