xielin 5 年之前
父節點
當前提交
7529e9342c

+ 0 - 1
database/migrations/2019_10_16_004919_add_column_msg_id_to_interest_circle_message_records.php

@@ -20,7 +20,6 @@ class AddColumnMsgIdToInterestCircleMessageRecords extends Migration
                 ->default(0)
                 ->comment('提问id');
         });
-        });
     }
 
     /**