Postgresql修改字段的长度

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

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

posted @ 2019-08-21 08:58  疯子110  阅读(10857)  评论(1编辑  收藏  举报