Sha256: afb0142f07d364a6a838b78d9cf6f94d0cdd78fb55e38d7467960bcfda6f9b35
Contents?: true
Size: 182 Bytes
Versions: 1
Compression:
Stored size: 182 Bytes
Contents
class CreatePrivatePosts < ActiveRecord::Migration def change create_table :private_posts do |t| t.string :title t.text :body t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_token_authentication-1.2.0 | spec/dummy/db/migrate/20140223182312_create_private_posts.rb |