Sha256: dd9a06b7fc48fb97920f3ad176d129cbbe3f7ec732676ae77a67371ff7057cfb
Contents?: true
Size: 372 Bytes
Versions: 26
Compression:
Stored size: 372 Bytes
Contents
class CreatePhcdevworksPressListPosts < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_press_list_posts do |t| t.string :list_post_title t.text :list_post_text t.string :list_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
26 entries across 26 versions & 1 rubygems