mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 14:28:27 +08:00
Fixed broken postgresql test schema
This commit is contained in:
@ -147,7 +147,7 @@ CREATE TABLE "default_pk" (
|
||||
type varchar(255) not null
|
||||
);
|
||||
|
||||
CREATE TABLE "animal" (
|
||||
CREATE TABLE "document" (
|
||||
id serial primary key,
|
||||
title varchar(255) not null,
|
||||
content text not null,
|
||||
|
Reference in New Issue
Block a user