The CreateIfNotExistsAsync always throw exception with message "Invalid Column [InstanceId]". Tried to manually run the logic.sql script in database and find that this line is using InstanceId instead of InstanceID. When I change the d back to D, the script works fine.
Package Version
0.10.1-beta
The
CreateIfNotExistsAsync
always throw exception with message "Invalid Column [InstanceId]". Tried to manually run thelogic.sql
script in database and find that this line is usingInstanceId
instead ofInstanceID
. When I change the d back to D, the script works fine.