id(); $table->unsignedInteger('program_limit'); $table->unsignedInteger('update_limit'); $table->unsignedInteger('support_ticket_limit'); $table->string('name', 100); $table->text('description'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('groups'); } }