Sha256: 77a84d135dcc0f858c50152daff52694b99e84a534807779ba46524ac7a0b944
Contents?: true
Size: 414 Bytes
Versions: 3
Compression:
Stored size: 414 Bytes
Contents
class CreatePhcdevworksTutorialsCommandPosts < ActiveRecord::Migration[7.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
3 entries across 3 versions & 1 rubygems