Skip to content

profile_config table is not using bigint for autoincrement column #30239

Description

@nickvergessen

$table->addColumn('id', Types::INTEGER, [
'autoincrement' => true,
'notnull' => true,
]);

Please use BigIntMigration to upgrade it.
cc @skjnldsv @Pytal

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions