id(); $table->string('group')->index(); $table->string('name'); $table->boolean('locked'); $table->json('payload'); $table->timestamps(); }); } }