|
|
@@ -13,7 +13,7 @@ class CreateWaybillAuditLogsTable extends Migration
|
|
|
*/
|
|
|
public function up()
|
|
|
{
|
|
|
- Schema::create('waybill_aud_logs', function (Blueprint $table) {
|
|
|
+ Schema::create('waybill_audit_logs', function (Blueprint $table) {
|
|
|
$table->bigIncrements('id');
|
|
|
$table->bigInteger('waybill_id')->comment('外键运单');
|
|
|
$table->foreign('waybill_id')->references('id')->on('waybills');
|