[fabric/domain] Add optional deletedAt field to DefaultModelFields

This commit is contained in:
Pablo Baleztena 2024-10-15 15:12:01 -03:00
parent 76af85a496
commit 758f8d933a

View File

@ -19,6 +19,7 @@ export const DefaultModelFields = {
isUnsigned: true, isUnsigned: true,
hasArbitraryPrecision: true, hasArbitraryPrecision: true,
}), }),
deletedAt: Field.timestamp({ isOptional: true }),
}; };
export interface Model< export interface Model<