increments('id'); $table->integer('agency_num')->comment('代理人数限制'); $table->text('content')->comment('代理内容说明'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('agency_sets'); } }