Sha256: ddd9cb6400b3b7a27b933f73ce3983591050b903d09aa0f5f8c0ff2b2f227c19
Contents?: true
Size: 369 Bytes
Versions: 14
Compression:
Stored size: 369 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
14 entries across 14 versions & 1 rubygems