Sha256: 642a9cd2f43785191581caa3d53445fe47d76f1277f12e8aaefc37402096543e
Contents?: true
Size: 368 Bytes
Versions: 10
Compression:
Stored size: 368 Bytes
Contents
class CreatePhcpressproModulesConnections < ActiveRecord::Migration[5.0] def change create_table :phcpresspro_modules_connections do |t| t.references :post t.references :category t.string :user_id t.string :user_name t.string :membership_id t.string :oganization_id t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems