IsraelBarbosa

Results 1 issues of IsraelBarbosa

I have this 2 types that have a relation between them. ```ts export const Author = { table: 'author', fields: { name: StringType, birthday: DateType, }, }; export const Book...