fuelphp-storage / fuelphp

FuelPHP framework
http://fuelphp.com
MIT License
274 stars 57 forks source link

cannot create enum via oil in v 1.5 #37

Closed chris-roerig closed 11 years ago

chris-roerig commented 11 years ago
oil g scaffold foo status:enum[pending, cancelled, active, complete]

Error: One or more fields were badly specified. Ensure they are name:type

It appears support for enum has been removed in 1.5?

emlynwest commented 11 years ago

This is the wrong repo. Please post on http://github.com/fuel/oil

chris-roerig commented 11 years ago

My mistake! One must remove the spaces from the enum options! sorry