Skip to content

Add failing test #7

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: 1.x
Choose a base branch
from
Open

Add failing test #7

wants to merge 1 commit into from

Conversation

vvval
Copy link
Contributor

@vvval vvval commented Jan 20, 2020

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

2 participants