UNPKG

jsonschema2ddl

Version:
6 lines (5 loc) 324 B
export declare const POSTGRES_TYPES: Record<string, string>; export declare const REDSHIFT_TYPES: Record<string, string>; export declare const COLUMNS_TYPES: Record<string, Record<string, string>>; export declare const FK_TYPES: Record<string, string>; export declare const COLUMNS_TYPES_PREFERENCE: Record<string, number>;