Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There is no such function or keyword named "addAfterColumn" in PostgreSQL. Therefore, it is not applicable to discuss whether it is prohibited or not. However, PostgreSQL provides various ways to modify tables, such as using the ALTER TABLE statement and related keywords like ADD COLUMN, DROP COLUMN, and MODIFY COLUMN. These methods can be used to add or remove columns in a table.