Using $ROWID$ as a foreign key is certainly a bad idea. Database records and relations do not have a default order, so using a field like ROWID to relate two tables is not right.
As Lars pointed out here, using $ROWID$ directly is not supported.
Using $ROWID$ as a foreign key is certainly a bad idea. Database records and relations do not have a default order, so using a field like ROWID to relate two tables is not right.
As Lars pointed out here, using $ROWID$ directly is not supported.