Feature: Basic Events, Models and Projections #2

Merged
piarrot merged 37 commits from feat-base-projections into main 2024-10-15 15:20:25 -03:00
Showing only changes of commit 758f8d933a - Show all commits

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<