Sha256: 0be04c1eb169f3424b21027d61c08b028cdfdb8e55cb611c1ccc10961cc5108a
Contents?: true
Size: 383 Bytes
Versions: 6
Compression:
Stored size: 383 Bytes
Contents
class CreateLatoBlogCategories < ActiveRecord::Migration[5.1] def change create_table :lato_blog_categories do |t| t.string :title t.string :meta_permalink t.string :meta_language t.integer :lato_core_superuser_creator_id t.integer :lato_blog_category_parent_id t.integer :lato_blog_category_id t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems