如何使用postgres在表中的第2列或第3列之后的表中添加新列?
我的代码如下所示
ALTER TABLE n_domains ADD COLUMN contract_nr int after owner_id
postgresql
postgresql ×1