Sha256: 3c90775e7563a5a1262d867965e29601963cf7d261ecf531fa3ccbb269ba0fcb
Contents?: true
Size: 191 Bytes
Versions: 15
Compression:
Stored size: 191 Bytes
Contents
class AddPosts < ActiveRecord::Migration[5.0] def change create_table :posts do |t| t.string :name t.text :content t.integer :age t.timestamps end end end
Version data entries
15 entries across 15 versions & 1 rubygems