mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-19 01:34:44 +08:00
added unit tests for schema detection
fixed some issues with schema detection
This commit is contained in:
@ -99,7 +99,8 @@ CREATE TABLE "type" (
|
||||
numeric_col decimal(5,2) DEFAULT '33.22',
|
||||
time timestamp NOT NULL DEFAULT '2002-01-01 00:00:00',
|
||||
bool_col smallint NOT NULL,
|
||||
bool_col2 smallint DEFAULT '1'
|
||||
bool_col2 smallint DEFAULT '1',
|
||||
ts_default TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
|
||||
);
|
||||
|
||||
INSERT INTO "profile" (description) VALUES ('profile customer 1');
|
||||
|
Reference in New Issue
Block a user