fuel / oil

Fuel PHP Framework - Fuel v1.x Oil command-line package
http://fuelphp.com/docs/packages/oil/intro.html
106 stars 67 forks source link

add use date number option to generate migration #194

Closed takyam-git closed 11 years ago

takyam-git commented 11 years ago

Format is ymdHi, isn't YmdHis, because Migrate use 130511324 as a integer, on 32-bit system can't over 2147483648.

Signed-off-by: takyam takayuki.yamaguch.m@gmail.com

WanWizard commented 11 years ago

This is application specific. If we allow this, then everyone will add his personal preferences.

And a better solution would be to make the prefix configurable instead of hard-coded (and use an on/off switch). Also, this violates the coding standards.