Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxbccc committed May 11, 2019
1 parent 849f0a8 commit ffde9f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public function up()
{
$table->string('code_36', 12)->default('')->index('code_36');
$table->string('intable_name', 128);
$table->tinyinteger('checkdata')->nullable()->default(0);
$table->primary(['intable_name','code_36']);
});
}
Expand Down

0 comments on commit ffde9f3

Please sign in to comment.