Class: CreateConfig
- Inherits:
-
Object
- Object
- CreateConfig
- Defined in:
- lib/osa/migrations/00003_create_config.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'lib/osa/migrations/00003_create_config.rb', line 5 def change create_table :config do |t| t.text :refresh_token t.text :junk_folder_id t.text :report_folder_id t.text :spamcop_report_email end end |