Feature: Basic Events, Models and Projections #2
@ -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<
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user