Hello,
How can I implement an integer field with the autoincrement option ?
That means I want to have a field, where every row has different values
(unique) but this values should be generated automatically.
Every new row has a new value, which is 1 higher than the old one.