Sha256: 701d62209319e67f0dae6390f23a858c06443d4f0a3dc43b8389f2c0187b48e1
Contents?: true
Size: 199 Bytes
Versions: 8
Compression:
Stored size: 199 Bytes
Contents
class CreatePostWithCollections < ActiveRecord::Migration def change create_table :post_with_collections do |t| t.string :title t.string :file t.timestamps end end end
Version data entries
8 entries across 8 versions & 1 rubygems