string('key', 191)->primary(); $table->text('value')->nullable(); $table->string('type'); $table->longText('description')->nullable(); $table->timestamps(); }); } };