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
-export type Int8 = ColumnType<string, bigint | number | string>;+export type Int8 = ColumnType<string, bigint | number | string, bigint | number | string>;-export type Interval = ColumnType<IPostgresInterval, IPostgresInterval | number | string>;+export type Interval = ColumnType<IPostgresInterval, IPostgresInterval | number | string, IPostgresInterval | number | string>;-export type Numeric = ColumnType<string, number | string>;+export type Numeric = ColumnType<string, number | string, number | string>;-export type Timestamp = ColumnType<Date, Date | string>;+export type Timestamp = ColumnType<Date, Date | string, Date | string>;
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
Using
kysely-codegen 0.17.0
, I get this diff:Upvote & Fund
The text was updated successfully, but these errors were encountered: