Skip to content

Commit 42ec2b9

Browse files
committed
fix test
1 parent fd54205 commit 42ec2b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Schema/BuilderTestLast.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,12 @@ public function test_getColumns(): void
235235

236236
$this->assertSame([
237237
'name' => 'id',
238-
'type_name' => 'STRING',
239238
'type' => 'STRING(36)',
240-
'collation' => null,
239+
'type_name' => 'STRING',
241240
'nullable' => false,
242241
'default' => null,
243242
'auto_increment' => false,
243+
'generation' => null,
244244
'comment' => null,
245245
], Arr::first($sb->getColumns($table)));
246246
}

0 commit comments

Comments
 (0)