UNPKG

@riao/dbal

Version:
6 lines (5 loc) 103 B
export interface CreateIndexOptions { name?: string; table: string; column: string; }