UNPKG

sql-ddl-query-generator

Version:

To make it easy for you to get started with GitLab, here's a list of recommended next steps.

5 lines 106 B
export interface IColumn { fieldName : string, datatype : string, constraints : string[] }