mirror of
https://github.com/cjango/dcat-vue.git
synced 2025-12-06 22:40:03 +08:00
一些优化,新增行政区划
This commit is contained in:
@@ -13,14 +13,12 @@ class CreateWeiwaitUpload extends Migration
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
if (!Schema::hasTable('weiwait_uploads')) {
|
||||
Schema::create('weiwait_uploads', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->string('name')->comment('文件');
|
||||
$table->string('disk')->nullable()->comment('磁盘');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
Schema::create('weiwait_uploads', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->string('name')->comment('文件');
|
||||
$table->string('disk')->nullable()->comment('磁盘');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user