Sha256: b5574a75df38089b14f2c242b40a0e8621b62d75f0eb8660b42861b32de09281
Contents?: true
Size: 204 Bytes
Versions: 46
Compression:
Stored size: 204 Bytes
Contents
class CreateArticles < ActiveRecord::Migration def change create_table :articles do |t| t.string :title t.text :body t.text :haraway_metadata t.timestamps end end end
Version data entries
46 entries across 46 versions & 1 rubygems