1 line
88 B
MySQL
1 line
88 B
MySQL
|
ALTER TABLE public.youtube_channel ALTER COLUMN expire TYPE bigint USING expire::bigint;
|