sgrif / diesel.rs-website

MIT License
32 stars 97 forks source link

Fix misleading column type in guides/relations.md #204

Closed syrtcevvi closed 1 year ago

syrtcevvi commented 1 year ago

Recently reading the guide "relations" I have noticed the misleading data type "SERIAL" for "book_id" column at the table "pages" definition, where the type "INTEGER NOT NULL" is originally implied.