There's an identity column with hardcoded name Id that's added to the import table. It would be nice, I believe, if you could modify this or perhaps suppress it entirely. The options maybe should be
- default:
Id
- include table name:
{TableName}Id
- arbitrary name:
any name you like
Something like that
There's an identity column with hardcoded name
Idthat's added to the import table. It would be nice, I believe, if you could modify this or perhaps suppress it entirely. The options maybe should beId{TableName}Idany name you likeSomething like that