Agontuk / schema-designer

Database schema designer for Laravel & Lumen
https://agontuk.github.io/schema-designer/
MIT License
124 stars 53 forks source link

Enum field type? #5

Open webdevian opened 6 years ago

webdevian commented 6 years ago

This would be a really nice feature, for defining enumerated fields and the possible values

Agontuk commented 6 years ago

This can be done just like the float/decimal field, by using comma separated list of enum values, but I also have to implement it on the laravel package. My current laptop is not yet setup for php development, I'll try after setting it up.

webdevian commented 6 years ago

Cool. BTW your laravel package inspired me to make https://github.com/APCOvernight/adonis-schema-builder using the same json schema output

Agontuk commented 6 years ago

Nice, always happy to see people using my packages :)