芝麻web文件管理V1.00
编辑当前文件:/home/shaabmuni/crm/database/migrations/2016_02_16_140450_create_organization_table.php
increments('id'); $table->string('name'); $table->string('phone'); $table->string('website'); $table->string('address'); $table->integer('head')->unsigned()->nullable()->index('head'); $table->string('internal_notes'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('organization'); } }