Skip to content

Commit 78c20f6

Browse files
authoredMay 21, 2020
Update 2016_01_04_173148_create_admin_tables.php
有时候url上要带一些传参,多个参数的时候存在存不下的情况
1 parent 59e60cb commit 78c20f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎database/migrations/2016_01_04_173148_create_admin_tables.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function up()
5353
$table->integer('order')->default(0);
5454
$table->string('title', 50);
5555
$table->string('icon', 50);
56-
$table->string('uri', 50)->nullable();
56+
$table->string('uri')->nullable();
5757
$table->string('permission')->nullable();
5858

5959
$table->timestamps();

0 commit comments

Comments
 (0)
Please sign in to comment.