Skip to content

Fail migrate m161114_094902_add_url_column_to_comment_table #106

Open
@lav45

Description

@lav45

DB Postgresql 13

*** applying m161114_094902_add_url_column_to_comment_table
    > add column url text to table {{%comment}} ...Exception 'yii\db\Exception' with message 'SQLSTATE[42701]: Duplicate column: 7 ERROR:  column "url" of relation "comment" already exists
The SQL being executed was: ALTER TABLE "comment" ADD "url" text'

in /var/www/vendor/yiisoft/yii2/db/Schema.php:678

Error Info:
Array
(
    [0] => 42701
    [1] => 7
    [2] => ERROR:  column "url" of relation "comment" already exists
)

Caused by: Exception 'PDOException' with message 'SQLSTATE[42701]: Duplicate column: 7 ERROR:  column "url" of relation "comment" already exists'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions