Sha256: 2f70cc6e4ff055f491dd9438ce308b8271e837e0dd995cbc23fcae719a9e38fe
Contents?: true
Size: 175 Bytes
Versions: 11
Compression:
Stored size: 175 Bytes
Contents
class CreateArticles < ActiveRecord::Migration def change create_table :articles do |t| t.string :title t.text :content t.timestamps end end end
Version data entries
11 entries across 11 versions & 2 rubygems