boolean('cls')->default(TRUE); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('frames', function (Blueprint $table) { $table->dropColumn('cls'); }); } }