mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
WIP
This commit is contained in:
1
packages/types/query.d.ts
vendored
1
packages/types/query.d.ts
vendored
@@ -7,6 +7,7 @@ export interface QueryResultColumn {
|
||||
columnName: string;
|
||||
notNull: boolean;
|
||||
autoIncrement?: boolean;
|
||||
dataType?: string;
|
||||
}
|
||||
|
||||
export interface QueryResult {
|
||||
|
||||
Reference in New Issue
Block a user