This commit is contained in:
2025-10-27 17:43:17 +05:00
parent 73d12068d8
commit 01a7b01435

View File

@@ -32,7 +32,7 @@ class UsersTableSeeder extends Seeder
'must_fill_profile' => true, 'must_fill_profile' => true,
]); ]);
DB::statment(" DB::statement("
SELECT setval('users_id_seq', (SELECT MAX(id) from users)); SELECT setval('users_id_seq', (SELECT MAX(id) from users));
SELECT nextval('users_id_seq'); SELECT nextval('users_id_seq');
"); ");