I imported a new table into my Directus 9. It imported correctly and PGSQL shows the key and default value appears right (nextval('notes_id_seq'::regclass)) -- field name is ID.
But, when I attempt to create a new row in Directus, it balks and says the ID field isn't filled in. Is there somewhere in Directus I have to set for it to see that as auto-increment? I can't "change" the id column that exists there to be auto increment, it shows as primary key but just integer.