芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/system/Console/stubs/migration.update.stub
table('{{ table }}', function (Blueprint $table) { // }); } /** * Reverse the migrations. * * @return void */ public function down() { Capsule::schema()->table('{{ table }}', function (Blueprint $table) { // }); } }