Normalement ds la table qd tu crées un nouveau champs,
en dessous tu as des options
que tu dois configurer comme ceci
Datatype: int (ou bigint etc)
Allow Nulls: Off
Identity: On
Identity Seed: The number you want the auto-number to start at (default 1)
Identity Increment: The interval you want the increment to be at (default 1)
et ca te donne un champ auto increment