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