createIndexStatement property

String? createIndexStatement
final

As an alternative to name, unique and columns, a CREATE INDEX SQL statement defining the index.

drift_dev will parse and validate the statement at build-time.

Implementation

final String? createIndexStatement;