i have below table structure
**id number text**
1 1 test
in which id is my primary key with auto increment value, i want to make number as auto increment value too, is it possible to have more than one auto increment column in one table.
