Skip to content

Commit

Permalink
fix: add columnType
Browse files Browse the repository at this point in the history
  • Loading branch information
yutak23 committed Nov 20, 2023
1 parent ee1fad0 commit 335611a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/mysql/lib/protocol/packets/FieldPacket.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ declare interface FieldPacket {
protocol41?: boolean;
table: string;
type: number;
columnType?: number
zerofill?: boolean;
typeName?: string;
encoding?: string;
Expand Down

0 comments on commit 335611a

Please sign in to comment.