Sha256: 03b262279089ba0a84193c95b0ace2847f39bd276e2b1cb24c7e70b4b85d3b36
Contents?: true
Size: 414 Bytes
Versions: 1
Compression:
Stored size: 414 Bytes
Contents
class CreatePhcdevworksTutorialsCommandPosts < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_tutorials_command_posts do |t| t.string :command_post_title t.text :command_post_text t.string :command_post_status t.string :optimization_id t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcdevworks_tutorials-12.2.0 | db/migrate/20200320110115_create_phcdevworks_tutorials_command_posts.rb |