阶段更新
This commit is contained in:
@@ -40,9 +40,9 @@ class Log extends Model
|
||||
Schema::create($this->table, function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->string('path', 255);
|
||||
$table->string('method', 15)->index();
|
||||
$table->string('method', 15);
|
||||
$table->text('in_source');
|
||||
$table->string('type', 20)->index();
|
||||
$table->string('type', 20);
|
||||
$table->text('out_source')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user