Drop a row-level security constraint column from the table.
- Before you drop a row-level security constraint column from a table you must:
- As with other table columns, you must remove a security constraint column from any views that reference the base table before dropping the constraint column.
- Drop any indexes that reference the table and then recreate the indexes without the security constraint column.
- Join indexes are not supported on row-level security tables.