Skip to content

Commit 972acab

Browse files
author
Bizley
authored
Correct data scheme for alterColumn method (#97)
1 parent 580f43b commit 972acab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dummy/Migration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ public function alterColumn($table, $column, $type)
323323
$table,
324324
'alterColumn',
325325
[
326-
'column' => $column,
327-
'type' => $this->extractColumn($type)
326+
'name' => $column,
327+
'schema' => $this->extractColumn($type)
328328
]
329329
);
330330
}

0 commit comments

Comments
 (0)