Sha256: fef2ea6d4f6db6c178f6fd0bb630cbd8d7a79ce08017388b5fad8b6fd2bb021b
Contents?: true
Size: 179 Bytes
Versions: 1
Compression:
Stored size: 179 Bytes
Contents
class CreateNoteCustomAssoNames < ActiveRecord::Migration def change create_table :note_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/20150115100013_create_note_custom_asso_names.rb |