This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Description
public function up(): void
{
$this->table('long_table_name')
->addForeignKey(
['column'],
'foreign_table',
['id'],
['name' => 'long_table_name_column_hash', /* etc */]
)
}
[Spiral\Migrations\Exception\MigrationException]
Error in the migration (migration name) occurred: SQLSTATE[42000]: Syntax error or access violation: 1059 Identifier name 'long_table_name_column_hash' is too long in /var/www/vendor/spiral/migrations/src/Migrator.php:173