Sha256: 9ce5ea3257ab91b5e8a054b04ee61c3ba69f9d38884922f5df3f7fdd729da3b0
Contents?: true
Size: 227 Bytes
Versions: 16
Compression:
Stored size: 227 Bytes
Contents
class CreateArticles < ActiveRecord::Migration def change create_table :articles do |t| t.string :headline t.string :by_line t.datetime :date_pub t.text :body t.timestamps end end end
Version data entries
16 entries across 16 versions & 1 rubygems