Sha256: 99fd84713a23b6979e12b509cab456cb01b2c8c4eaf25eca25efd91b5ba22c4d
Contents?: true
Size: 291 Bytes
Versions: 29
Compression:
Stored size: 291 Bytes
Contents
class CreatePhcdevworksPressArticleCategories < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_press_article_categories do |t| t.string :category_name t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
29 entries across 29 versions & 1 rubygems