Skip to content

Commit

Permalink
trash补上data字段 #2606
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Jan 17, 2017
1 parent a4734db commit ad8c1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Migration/V20170117121751CreateTrashTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public function up()
$this->schema->table('trash')
->id()
->string('tableName', 64)
->text('data')
->softDeletable()
->exec();
}
Expand Down

0 comments on commit ad8c1a2

Please sign in to comment.