We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396b1dd commit 4312d9eCopy full SHA for 4312d9e
packages/drizzle-driver/src/utils/schema.ts
@@ -154,5 +154,5 @@ export class DrizzleAppSchema<
154
this.types = {} as SchemaTableType<Expand<TablesFromSchemaEntries<T>>>;
155
}
156
157
- types: SchemaTableType<Expand<TablesFromSchemaEntries<T>>>;
+ readonly types: SchemaTableType<Expand<TablesFromSchemaEntries<T>>>;
158
0 commit comments