Sha256: b39473d3105ce5bdf02b5089c1a2e20c494639bd274a496f45748d447e47803d
Contents?: true
Size: 238 Bytes
Versions: 7
Compression:
Stored size: 238 Bytes
Contents
class CreatePostsWithCollectionAndFiles < ActiveRecord::Migration def change create_table :posts_with_collection_and_files do |t| t.string :title t.string :file t.string :group t.timestamps end end end
Version data entries
7 entries across 7 versions & 1 rubygems