Sha256: 43559adde3f61e9b9e5bd73824ac4c397f8c6f93cbcf47fa145e0c3242940e49
Contents?: true
Size: 451 Bytes
Versions: 3
Compression:
Stored size: 451 Bytes
Contents
class CreatePhcdevworksPressListItems < ActiveRecord::Migration[7.0] def change create_table :phcdevworks_press_list_items do |t| t.integer :list_item_number t.string :list_item_title t.text :list_item_text t.string :list_item_url t.string :optimization_id t.string :slug t.string :user_id t.string :org_id t.references :post t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems