Sha256: 4096ba5604db456b333972ec6bff02690992195a5fe95d6fd9dbac1485fbb360

Contents?: true

Size: 327 Bytes

Versions: 5

Compression:

Stored size: 327 Bytes

Contents

class CreatePhcdevworksTutorialsTutorialPosts < ActiveRecord::Migration[6.0]
  def change
    create_table :phcdevworks_tutorials_tutorial_posts do |t|

      t.string :tutorial_post_title

      t.references :category

      t.string :slug
      t.string :user_id
      t.string :org_id

      t.timestamps

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phcdevworks_tutorials-1.2.1 db/migrate/20190911225813_create_phcdevworks_tutorials_tutorial_posts.rb
phcdevworks_tutorials-1.2.0 db/migrate/20190911225813_create_phcdevworks_tutorials_tutorial_posts.rb
phcdevworks_tutorials-1.1.1 db/migrate/20190911225813_create_phcdevworks_tutorials_tutorial_posts.rb
phcdevworks_tutorials-1.1.0 db/migrate/20190911225813_create_phcdevworks_tutorials_tutorial_posts.rb
phcdevworks_tutorials-1.0.2 db/migrate/20190911225813_create_phcdevworks_tutorials_tutorial_posts.rb