Page 1 of 1
Does AppGini Support the MySQL enum data type
Posted: 2015-11-03 20:01
by smrhoney
I would like to use the ENUM data type in my tables. Is there a way to do this in AppGini?
Re: Does AppGini Support the MySQL enum data type
Posted: 2015-11-05 19:33
by a.gneady
Unfortunately neither ENUM nor SET data types are supported currently. We're considering adding support for them in future releases, though it might make it harder to add support for connecting to other database engines, which we feel has higher priority based on our users' feedback.
Re: Does AppGini Support the MySQL enum data type
Posted: 2024-11-04 19:37
by Jim Nickel
Has this changed? I have an existing database with a lot of ENUM type fields.
How am I supposed to handle this situation?
Jim