-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
Description
Jira issue originally created by user sparrowek:
Sometimes I have a column that is calculated (or have a default value) at the database side. When inserting a new record doctrine issues NULL into such a column that causes problems on some DBMS. I would like to annotate such columns as readonly so that doctrine would skip them in INSERT and UPDATE clauses but still fetch them in SELECT clauses.
Reactions are currently unavailable