Adds an Auto Increment column to a table. The auto increment column is named based on user-input.
User has control over:
- Starting value
- Increment value
- Column name
Column name collision is handled. The use of Column and Variable Expressions are avoided so that the component is not dependent on additional Extensions.
Author: @bruno29a
- Type: TableTable to add the auto increment column to