芝麻web文件管理V1.00
编辑当前文件:/home/shaabmuni/crm/database/migrations/2016_02_16_140450_create_settings_auto_response_table.php
increments('id'); $table->boolean('new_ticket'); $table->boolean('agent_new_ticket'); $table->boolean('submitter'); $table->boolean('participants'); $table->boolean('overlimit'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('settings_auto_response'); } }