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.
1 parent 1128309 commit 47985c0Copy full SHA for 47985c0
Sources/FluentPostgreSQL/PostgreSQLModel.swift
@@ -8,17 +8,6 @@ extension PostgreSQLModel {
8
public static var idKey: IDKey { return \.id }
9
}
10
11
-public protocol PostgreSQLStringModel: Model where Self.Database == PostgreSQLDatabase, Self.ID == String {
12
- /// This model's unique identifier.
13
- var id: String? { get set }
14
-}
15
-
16
-extension PostgreSQLStringModel {
17
- /// See `Model`.
18
- public static var idKey: IDKey { return \.id }
19
20
21
22
public protocol PostgreSQLPivot: Pivot, PostgreSQLModel { }
23
24
public protocol PostgreSQLMigration: Migration where Self.Database == PostgreSQLDatabase { }
0 commit comments