mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 17:57:38 +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,
|
||||
type varchar(255) not null
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user