defaultFunctions
export default {
// Other configuration lines
defaultFunctions: {
"filePath:Model.column": (dmmf) => "defaultValue"
}
};Last updated
export default {
// Other configuration lines
defaultFunctions: {
"filePath:Model.column": (dmmf) => "defaultValue"
}
};Last updated