create_index

create_index(index_name: str, columns: List[str], **kw) → Optional[Table]

Issue a “create index” instruction using the current batch migration context.

See also: