Sha256: b93d117721ce1a84801ec6dd0d3f37d1f48b59552fe8e4f91a920847d3fcdf54
Contents?: true
Size: 182 Bytes
Versions: 11
Compression:
Stored size: 182 Bytes
Contents
class CreateDocument < ActiveRecord::Migration def change create_table :documents do |t| t.string :title t.string :attachment t.timestamps end end end
Version data entries
11 entries across 11 versions & 1 rubygems