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