increments('id'); $table->string('Name'); $table->string('FunList'); $table->string('UsrList'); $table->integer('Valid'); $table->timestamps(); $table->integer('Oid'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('funusergroups'); } }