Sha256: c242e2f7bc52200f3d25bddb0184b2b3401131908fe832e63b0d5b3768d72583
Contents?: true
Size: 349 Bytes
Versions: 4
Compression:
Stored size: 349 Bytes
Contents
class CreatePhcpressproModulesConnections < ActiveRecord::Migration[5.1] 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
4 entries across 4 versions & 1 rubygems