Sha256: 7aaf9a98621610aebaf0b44fd39360ffae5efd42ac3e6a51f18f8a4f8e0f7f87
Contents?: true
Size: 391 Bytes
Versions: 3
Compression:
Stored size: 391 Bytes
Contents
class CreatePhcdevworksPressListPosts < ActiveRecord::Migration[7.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
3 entries across 3 versions & 1 rubygems