aboutsummaryrefslogblamecommitdiffstats
path: root/actiontext/test/dummy/db/migrate/20180208205311_create_messages.rb
blob: 355284082449a58f53181d644177987293accc19 (plain) (tree)
1
2
3
4
5
6
7
8
                                                   


                                 



                  
class CreateMessages < ActiveRecord::Migration[6.0]
  def change
    create_table :messages do |t|
      t.string :subject
      t.timestamps
    end
  end
end