Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
wangta69 committed Aug 28, 2024
1 parent 9e25efb commit 0aac33f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function up()
Schema::create('bbs_config', function(BluePrint $table) {
$table->id();
$table->string('k', '20');
$table->string('v', '20');
$table->string('v', '50');
$table->timestamps();
});

Expand Down

0 comments on commit 0aac33f

Please sign in to comment.