thomshouse-escher / escher

Escher was a PHP MVC framework developed by Thom Stricklin from 2011-2013. Escher implemented a hybrid of Model2 MVC and PAC architectures and CMS concepts as well as plugins and configuration wizards. Development halted in 2013 in favor of Kohana and later Symfony, which closely aligned to the same design principles as Escher.
http://git.io/escher
4 stars 1 forks source link

Allow ENUM to be used as a schema field type #89

Open adetwiler opened 11 years ago

adetwiler commented 11 years ago

Allow ENUM to be used in the model and the ability to set the enum values, in mysql and postgres they must follow this format 'sting','string','string'