Sha256: 239a7ceeedaf2112e3b41890c511431b5f472b5fc2c624e31c23d35c4a6f5afc
Contents?: true
Size: 308 Bytes
Versions: 12
Compression:
Stored size: 308 Bytes
Contents
class CreatePhcpressModulesConnections < ActiveRecord::Migration[5.0] def change create_table :phcpress_modules_connections do |t| t.references :post t.references :category t.string :user_id t.string :user_name t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems