Sha256: cb5051640b623f4c857b266c5f0d56db5fb76d24aab5cbdbf461b0c0c62ccddc

Contents?: true

Size: 301 Bytes

Versions: 18

Compression:

Stored size: 301 Bytes

Contents

class CreatePhcdevworksTutorialsTutorialCategories < ActiveRecord::Migration[6.0]
  def change
    create_table :phcdevworks_tutorials_tutorial_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

18 entries across 18 versions & 1 rubygems

Version Path
phcdevworks_tutorials-6.5.0 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb
phcdevworks_tutorials-6.4.0 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb
phcdevworks_tutorials-6.3.1 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb
phcdevworks_tutorials-6.3.0 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb
phcdevworks_tutorials-6.2.0 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb
phcdevworks_tutorials-6.1.0 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb
phcdevworks_tutorials-6.0.0 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb
phcdevworks_tutorials-5.2.2 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb
phcdevworks_tutorials-5.2.1 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb
phcdevworks_tutorials-5.2.0 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb
phcdevworks_tutorials-5.1.2 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb
phcdevworks_tutorials-5.1.1 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb
phcdevworks_tutorials-5.1.0 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb
phcdevworks_tutorials-5.0.2 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb
phcdevworks_tutorials-5.0.1 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb
phcdevworks_tutorials-5.0.0 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb
phcdevworks_tutorials-4.0.1 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb
phcdevworks_tutorials-4.0.0 db/migrate/20191018124910_create_phcdevworks_tutorials_tutorial_categories.rb