We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6930a36 commit ab805a8Copy full SHA for ab805a8
ext/pdo_firebird/tests/bug_15604.phpt
@@ -15,7 +15,7 @@ $dbh = getDbConnection();
15
16
$dbh->exec('
17
recreate table t_bug_15604 (
18
- id bigint not null,
+ id int not null,
19
a int not null,
20
b int,
21
constraint pk_bug_15604 primary key(id)
0 commit comments