Skip to content

Commit 2e67bad

Browse files
Rename columns for column. (#250)
1 parent 35e0155 commit 2e67bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ protected function findColumns(TableSchemaInterface $table): bool
352352

353353
foreach ($columns as $info) {
354354
$column = $this->loadColumnSchema($info);
355-
$table->columns($column->getName(), $column);
355+
$table->column($column->getName(), $column);
356356

357357
if ($column->isPrimaryKey()) {
358358
$table->primaryKey($column->getName());

0 commit comments

Comments
 (0)