Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Oil produces empty migrations
  • I am trying to generate migrations using the following command :

    oil g migration posts title:varchar[50] --soft-delete

    that results in migration class with both empty up() and down() methods. I am running PHP 5.4.6  FuelPHP is 1.6.
  • Does it work without --soft-delete?

    And can you create an issue for it at https://github.com/fuel/oil/issues, so someone can have a look and fix it if needed?
  • I will test it without the --soft-delete and will open an issue on github later today. Thanks

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion