📜  postgres 将现有列转换为文本 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:04:53.158000             🧑  作者: Mango

代码示例1
# POSTGRESQL - Convert an existing column to text
ALTER TABLE your_table
ALTER COLUMN your_column TYPE text