Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add failing test #7

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

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

Successfully merging this pull request may close these issues.

2 participants