Sha256: 32132fb2c66ee0d7d2889209898652b8ded1d3a3bf5eca124cd32ea6265aba3f
Contents?: true
Size: 469 Bytes
Versions: 4
Compression:
Stored size: 469 Bytes
Contents
class CreatePhcdevworksTutorialsCommandItems < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_tutorials_command_items do |t| t.string :item_name t.text :item_description t.string :item_copy_command t.string :item_image t.string :slug t.string :user_id t.string :org_id t.references :post t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems