Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Remove unnecessary null or default related migrations in PgSQL #151

Closed
php-openapi/yii2-openapi
#11
@SOHELAHMED7

Description

@SOHELAHMED7
class m200000_000000_change_table_fruits extends \yii\db\Migration
{
    public function safeUp()
    {
        $this->alterColumn('{{%fruits}}', 'name', $this->string(151)->notNull());
        // below line is not needed, it should not be generated for above migration statement
        $this->alterColumn('{{%fruits}}', 'name', "SET NOT NULL");

// same applies for `default`
    }

See PR: SOHELAHMED7#26

This issue is likely to be introduced by this PR.

See file : https://github.com/SOHELAHMED7/yii2-openapi/pull/26/files#diff-9eed73e84806272cde21cc4b561335226dd1f198aeb37173756c4c1a27df5c54


priority: very low

type: enhancement

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions