Sha256: 7b8292064bf2bcf74969d90a4848fa9fd044c0f1121de5832bba281f673039fc
Contents?: true
Size: 470 Bytes
Versions: 11
Compression:
Stored size: 470 Bytes
Contents
class CreatePhcdevworksTutorialsCommandItems < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_tutorials_command_items do |t| t.string :item_title 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
11 entries across 11 versions & 1 rubygems