alter table tblaspnet_Users add column IsQRScanned BIT NOT NULL DEFAULT 0
ERROR: column "isqrscanned" is of type bit but default expression is of type integer HINT: You will need to rewrite or cast the expression. SQL state: 42804
alter table tblaspnet_Users add column IsQRScanned BIT NOT NULL DEFAULT 0
ERROR: column "isqrscanned" is of type bit but default expression is of type integer HINT: You will need to rewrite or cast the expression. SQL state: 42804
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nitin SontakkePosted Mar 25, 2022, 5:11 AM
Muhammad Imran AnsariPosted Mar 24, 2022, 4:21 PM
Gajendra JangidPosted Mar 24, 2022, 4:00 PM
Muhammad Imran AnsariPosted Mar 24, 2022, 3:09 PM