[fabric/domain] Add optional deletedAt field to DefaultModelFields
This commit is contained in:
parent
76af85a496
commit
758f8d933a
@ -19,6 +19,7 @@ export const DefaultModelFields = {
|
||||
isUnsigned: true,
|
||||
hasArbitraryPrecision: true,
|
||||
}),
|
||||
deletedAt: Field.timestamp({ isOptional: true }),
|
||||
};
|
||||
|
||||
export interface Model<
|
||||
|
||||
Loading…
Reference in New Issue
Block a user