Skip to content

Commit be0b9dd

Browse files
committed
add db2 continue context provider
1 parent 46c70bb commit be0b9dd

File tree

8 files changed

+1173
-2
lines changed

8 files changed

+1173
-2
lines changed

global.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
interface TableColumn {
2+
TABLE_NAME?: string,
23
COLUMN_NAME: string,
34
SYSTEM_COLUMN_NAME: string,
45
CONSTRAINT_NAME?: string,

0 commit comments

Comments
 (0)