ddfa259bbec88aefa3eaf2942392b8473a477601 introduced a change which limited schema dumping of primary keys only to columns which are named id. If the primary key has a different name, the table definition receives id: false and the primary key column definition is omitted.
ddfa259bbec88aefa3eaf2942392b8473a477601 introduced a change which limited schema dumping of primary keys only to columns which are named
id
. If the primary key has a different name, the table definition receivesid: false
and the primary key column definition is omitted.