Right now, the database models are using default constraints as defined by the ModelSerializer construct. Constraints such as unique, readonly, etc need to be placed as appropriate on the serialize classes. The could be done through explicit serialization field or through validators.
Right now, the database models are using default constraints as defined by the
ModelSerializerconstruct. Constraints such as unique, readonly, etc need to be placed as appropriate on the serialize classes. The could be done through explicit serialization field or through validators.