We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b29e7c + 5f96ca4 commit 1b1eba0Copy full SHA for 1b1eba0
Sources/SQLite/Schema/SchemaDefinitions.swift
@@ -266,12 +266,12 @@ public struct IndexDefinition: Equatable {
266
orders: indexSQL.flatMap(orders))
267
}
268
269
- let table: String
270
- let name: String
271
- let unique: Bool
272
- let columns: [String]
273
- let `where`: String?
274
- let orders: [String: Order]?
+ public let table: String
+ public let name: String
+ public let unique: Bool
+ public let columns: [String]
+ public let `where`: String?
+ public let orders: [String: Order]?
275
276
enum IndexError: LocalizedError {
277
case tooLong(String, String)
0 commit comments