engine = 'InnoDB'; $table->collation = 'utf8mb4_general_ci'; $table->id(); $table->timestamps(); }); DB::statement("ALTER TABLE bot_inspection COMMENT = '人工稽查'"); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('inspection'); } };