Sha256: a493d44d01243476ca717903273ff5295f7ee536e143084bb8fc442448198125
Contents?: true
Size: 281 Bytes
Versions: 6
Compression:
Stored size: 281 Bytes
Contents
class CreatePhcpressproArticleCategories < ActiveRecord::Migration[5.2] def change create_table :phcpresspro_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
6 entries across 6 versions & 1 rubygems