Sha256: f3bfe9346d9abe8ee1af05a8a554fe7970b756f5cbae217a2f5982f0cbceea9d
Contents?: true
Size: 175 Bytes
Versions: 1
Compression:
Stored size: 175 Bytes
Contents
class CreatePosts < ActiveRecord::Migration[6.0] def change create_table :posts do |t| t.string :title t.text :context t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
power_trace-0.3.0 | examples/rails-6/db/migrate/20200829063653_create_posts.rb |