Sha256: 01fe41552b14a441f44d7b3cc0e1eefad53aaec5badce70e8c78da619fd43bfb
Contents?: true
Size: 306 Bytes
Versions: 34
Compression:
Stored size: 306 Bytes
Contents
class CreatePhcpressModulesConnections < ActiveRecord::Migration[5.1] def change create_table :phcpress_modules_connections do |t| t.references :post t.references :category t.string :slug t.string :user_id t.string :user_name t.timestamps end end end
Version data entries
34 entries across 34 versions & 1 rubygems