-
prepare(on:
Asynchronous) Declaration
Swift
func prepare(on database: Database) async throws
-
revert(on:
Asynchronous) Declaration
Swift
func revert(on database: Database) async throws
-
create_index(on:
AsynchronoustableName: columnName: ) Declaration
Swift
func create_index(on sqlDatabase: SQLDatabase, tableName: String, columnName: String) async throws
-
drop_index(on:
AsynchronoustableName: columnName: ) Declaration
Swift
func drop_index(on sqlDatabase: SQLDatabase, tableName: String, columnName: String) async throws