dbfdg id(); $table->string('lang', 255); $table->longtext('content'); $table->integer('created_by'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }