The capability to modify the primary key of a database table from the default 'ID' column to a different column of choice. It is currently possible to mimic this functionality by using unique indexes and then addons to return referenced tables. Perhaps native support for that would make sense for users.