mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 02:13:17 +08:00
fixed postgres tests
This commit is contained in:
@ -125,7 +125,7 @@ CREATE TABLE "bool_values" (
|
|||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE `animal` (
|
CREATE TABLE "animal" (
|
||||||
id serial primary key,
|
id serial primary key,
|
||||||
type varchar(255) not null
|
type varchar(255) not null
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user