dbfdg integer('trial')->default(0)->after('max_clients'); $table->integer('trial_days')->nullable()->after('trial'); }); } } /** * Reverse the migrations. */ public function down(): void { Schema::table('plans', function (Blueprint $table) { // }); } };