2 lines
84 B
MySQL
2 lines
84 B
MySQL
|
ALTER TABLE public.unit ALTER COLUMN bathrooms TYPE float4 USING bathrooms::float4;
|