Akulij dda5fd5a93 fix: wrong user_id field type in reservations table
wrong integer, now bigint, as in users table
2025-04-07 23:59:12 +09:00

3 lines
59 B
SQL

ALTER TABLE reservations
ALTER COLUMN user_id TYPE BIGINT;