Enum is represented as a 32 bit (u)int.
You can cast them.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I want to store a structure which contains enums in the DB and later retrieve the same.
How are enums mapped to and from the built in DB types?