We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DB Postgresql 13
The text was updated successfully, but these errors were encountered: