Subject Restrict updates to column
Author firebirdsql
I have a set of columns that I want to restrict updates on in a table except through cascades. The rest of the columns can be updated.

Is there something like a restrict command to restrict a user from updating those columns (except in the case of cascades)?