You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 beId
{TableName}Id
any name you like
Something like that
The text was updated successfully, but these errors were encountered: