You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// in our codebase, 'schema' refers to TypeBox objects (abstraction of a JSON schema), while 'model' refers to database entities/tables, which is what drizzle refers to as 'schema'
schema: '**/*.schema.ts',
breakpoints: false,
dialect: 'postgresql',
dbCredentials,
strict: true,
// Redefine default migrations table and schema for the sake of clarity