Sha256: 56ea965fb1dba34a8e3daa725b58922a7370072aad63a00721ff6d693c12136d
Contents?: true
Size: 153 Bytes
Versions: 96
Compression:
Stored size: 153 Bytes
Contents
class CreatePosts < ActiveRecord::Migration[5.2] def change create_table :posts do |t| t.string :title t.timestamps end end end
Version data entries
96 entries across 96 versions & 4 rubygems