Sha256: 0950a5cb0bcf00bb431c1ca034490d8fbb0c21a9a66efa9fb76abdea5346e696

Contents?: true

Size: 179 Bytes

Versions: 1

Compression:

Stored size: 179 Bytes

Contents

class CreatePostCustomAssoNames < ActiveRecord::Migration
  def change
    create_table :post_custom_asso_names do |t|
      t.string :title

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
acts_as_commentable_more-1.1.0 test/dummy/db/migrate/20150115094241_create_post_custom_asso_names.rb