Skip to content

Commit

Permalink
fix geography data type
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchwadair committed Jul 25, 2024
1 parent 08b4c4d commit b83f2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drizzle-orm/src/singlestore-core/columns/geography.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export type SingleStoreGeographyBuilderInitial<TName extends string> = SingleSto
name: TName;
dataType: 'array';
columnType: 'SingleStoreGeography';
data: GeographyPoint | GeographyLineString | GeographyPolygon;
data: Geography;
driverParam: string;
enumValues: undefined;
generated: undefined;
Expand Down

0 comments on commit b83f2b7

Please sign in to comment.