Postgresql modify the length field

alter table tbl_exam alter column question type character varing(1000);

alter table tbl_exam alter column question type numeric(18,4);

Guess you like

Origin www.cnblogs.com/telwanggs/p/11386736.html