deprecated
Type: Map<FileModelColumn, string>
Mark fields as deprecated. The key of this value is the field that will be deprecated and the value of this value is the message that will be appended to @deprecated
. To deprecate a field, add the following lines to your configuration file:
prisma-util.config.mjs
Last updated