Skip to content

Commit 156ed53

Browse files
committed
Remove obsolete documentation comment
1 parent f9cfadc commit 156ed53

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

GRDB/Documentation.docc/DatabaseSchema.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ Primary keys support record fetching methods such as ``FetchableRecord/fetchOne(
162162

163163
See <doc:SingleRowTables> when you need to define a table that contains a single row.
164164

165-
> Important: Add not null constraints on primary key columns, as in the above recommended examples, or SQLite will allow null values. See <https://www.sqlite.org/quirks.html#primary_keys_can_sometimes_contain_nulls> for more information.
166-
167165
☝️ **If the database table does not define any explicit primary key**, the record type for this table needs explicit support for the [hidden `rowid` column](https://www.sqlite.org/rowidtable.html):
168166

169167
```swift

0 commit comments

Comments
 (0)