修改Column Type. 方法一:修改id type 從int -> bigint,執行SQL 指令 ALTER TABLE users ALTER COLUMN id SET DATA TYPE bigint;. postgres=# ALTER ...
確定! 回上一頁