Description:

Generates the necessary migration to enable logging for model

Examples:

rails generate logidze:model User

  This will generate the migration to add log column and trigger.
  This will also add `has_logidze` to model.

rails generate logidze:model User --update --whitelist=name,age

  This will generate the migration to update existing trigger (drop and create).