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