id(); $table->string('name'); $table->string('element_id'); $table->string('title'); $table->string('content'); $table->string('page'); $table->string('image'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }