Sha256: e1961be22cbb1bb86613fc102465a0d84cfed483f0a87e3028406ae5aa5bcb11
Contents?: true
Size: 274 Bytes
Versions: 34
Compression:
Stored size: 274 Bytes
Contents
class CreatePhcpressModulesCategories < ActiveRecord::Migration[5.1] def change create_table :phcpress_modules_categories do |t| t.string :catname 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