ALTER TABLE "public"."Luv2_detailinvoice" 
  ALTER COLUMN "price" TYPE numeric(20,10),
  ALTER COLUMN "total_price" TYPE numeric(20,10);