Skip to content

Commit

Permalink
190419A
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Apr 19, 2019
1 parent debcf61 commit c2a534e
Show file tree
Hide file tree
Showing 787 changed files with 3,316 additions and 2,370 deletions.
8 changes: 4 additions & 4 deletions migrations/db/schemas/20180220023202_create_fields_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ public function change()
'null' => true,
'default' => null
]);
$table->addColumn('width', 'integer', [
'signed' => false,
'null' => false,
'default' => 4
$table->addColumn('width', 'string', [
'limit' => 50,
'null' => true,
'default' => 'full'
]);
$table->addColumn('group', 'integer', [
'signed' => false,
Expand Down
Loading

0 comments on commit c2a534e

Please sign in to comment.