Instance Property
allowsBatch
Indicates support for performing multiple alterations to a table in a single query.
var allowsBatch: Bool
Discussion
If false, a separate ALTER TABLE statement must be executed for each desired change.
Instance Property
var allowsBatch: Bool
If false, a separate ALTER TABLE statement must be executed for each desired change.