mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 10:12:34 -05:00
@@ -6,6 +6,7 @@
|
||||
export interface TableColumn {
|
||||
columnName: string;
|
||||
dataType?: string;
|
||||
maxLength?: number;
|
||||
}
|
||||
|
||||
export interface PredictColumn extends TableColumn {
|
||||
|
||||
Reference in New Issue
Block a user