export interface CreateIndexOptions {
    name?: string;
    table: string;
    column: string;
}
