You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-- Widen key_prefix from VARCHAR(10) to VARCHAR(12) to fit "12345678..." (8 chars + "...")
|
|
ALTER TABLE user_api_keys ALTER COLUMN key_prefix TYPE VARCHAR(12);
|