Please modify the system to allow flexibility on the unique index column - it should not require an ID column called "ID". It should allow non-integer columns, and mutiple column index. For example, a table indexed on a date, and simple lookup tables that are indexed on a short character string.
Please!!