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 022df89 commit 22c6e7dCopy full SHA for 22c6e7d
Sources/StructuredQueriesCore/PrimaryKeyed.swift
@@ -1,5 +1,6 @@
1
/// A type representing a database table with a primary key.
2
-public protocol PrimaryKeyedTable<PrimaryKey>: Table where TableColumns: PrimaryKeyedTableDefinition<PrimaryKey> {
+public protocol PrimaryKeyedTable<PrimaryKey>: Table
3
+where TableColumns: PrimaryKeyedTableDefinition<PrimaryKey> {
4
/// A type representing this table's primary key.
5
///
6
/// For auto-incrementing tables, this is typically `Int`.
0 commit comments