Does AppGini Support the MySQL enum data type

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
smrhoney
Posts: 1
Joined: 2015-11-03 17:40

Does AppGini Support the MySQL enum data type

Post by smrhoney » 2015-11-03 20:01

I would like to use the ENUM data type in my tables. Is there a way to do this in AppGini?

User avatar
a.gneady
Site Admin
Posts: 1320
Joined: 2012-09-27 14:46
Contact:

Re: Does AppGini Support the MySQL enum data type

Post by a.gneady » 2015-11-05 19:33

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.
:idea: AppGini plugins to add more power to your apps:

Jim Nickel
Posts: 2
Joined: 2018-01-04 18:25

Re: Does AppGini Support the MySQL enum data type

Post by Jim Nickel » 2024-11-04 19:37

Has this changed? I have an existing database with a lot of ENUM type fields.

How am I supposed to handle this situation?

Jim

Post Reply