Sha256: f064a42dd85f8813243b998f77edc665a928da13138a457333041bf8a43d8881
Contents?: true
Size: 235 Bytes
Versions: 17
Compression:
Stored size: 235 Bytes
Contents
class CreateArticle < ActiveRecord::Migration def self.up create_table :articles do |t| t.integer :author t.string :body t.timestamps end end def self.down drop_table :comments end end
Version data entries
17 entries across 17 versions & 1 rubygems