Indicate special usage in the dictionary
Dictionary table = Person;columns = ( {column = Name; type = char; size = 100;}, {column = ID; type = number; primary_key = ;});
Notes:
The solution is to add a key with a distinctive and descriptive name, primary_key, to the dictionary entry for the ID column. The value of that key is not important, so we leave it empty.