Sha256: 94ecd036b37537b91fd1b9458cfe4cbfdcb44f709438263183b8fa3452a50c92
Contents?: true
Size: 394 Bytes
Versions: 17
Compression:
Stored size: 394 Bytes
Contents
class CreatePhcdevworksTutorialsCommandItems < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_tutorials_command_items do |t| t.string :command_item_title t.text :command_item_text t.string :command_item_copy_command t.string :slug t.string :user_id t.string :org_id t.references :post t.timestamps end end end
Version data entries
17 entries across 17 versions & 1 rubygems