export interface IColumn {
    fieldName : string,
    datatype : string,
    constraints : string[]
}