Document that serial
and generated
columns are not in insert
and update
mutations
#501
Labels
serial
and generated
columns are not in insert
and update
mutations
#501
Document that setting a type as
serial
orgenerated
removes those fields from theinsert
andupdate
types so end users can't provide a value and they're always generated by postgresThis is intentional behavior so users can't, for example, select their own value for a table's
id
, which will later by emitted by sequence which will conflict and create raise an error.The text was updated successfully, but these errors were encountered: