芝麻web文件管理V1.00
编辑当前文件:/home/shaabmuni/crm/database/migrations/2016_02_16_140450_create_canned_response_table.php
increments('id'); $table->integer('user_id')->unsigned()->index('user_id'); $table->string('title'); $table->text('message', 65535); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('canned_response'); } }