migrations icon indicating copy to clipboard operation
migrations copied to clipboard

Add failing test

Open vvval opened this issue 6 years ago • 0 comments

When changing PK declaration from

@Column(type=primary)

to

@Column(type=bigint, primary=true)

tests fail with next error (reproduced on PostgreSQL)

Cycle\Migrations\Tests\Driver\Postgres\ReflectTest::testAlter
Column primary_to_primary_bigints.id has been changed
Failed asserting that false is true.

.../Cycle/migrations/tests/Migrations/BaseTest.php:339
.../Cycle/migrations/tests/Migrations/ReflectTest.php:67

vvval avatar Jan 20 '20 15:01 vvval