I'm trying to implement a grouping of rows by a logical ID (edit history). But I cannot find anywhere in the docs where autoincrement is listed as a parameter except for the primary key field generator.
My next best choice is splitting tables into two tables with a foreign key, but I'll need to repeat it over a few tables, and also this feels like this question will come up again in another scenario, so I thought I'd ask before I resort to plan B.