Sha256: 30ba96c5b958c09fa829144e12d8ee7ee62950639554a8af1bba5f0c2d3dad4b

Contents?: true

Size: 454 Bytes

Versions: 3

Compression:

Stored size: 454 Bytes

Contents

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

      t.string :tutorial_post_title
      t.text :tutorial_post_description
      t.string :tutorial_post_status
      
      t.string :tutorial_post_image
      t.string :tutorial_post_images

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

      t.timestamps

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcdevworks_tutorials-2.1.1 db/migrate/20190911225813_create_phcdevworks_tutorials_tutorial_posts.rb
phcdevworks_tutorials-2.1.0 db/migrate/20190911225813_create_phcdevworks_tutorials_tutorial_posts.rb
phcdevworks_tutorials-2.0.0 db/migrate/20190911225813_create_phcdevworks_tutorials_tutorial_posts.rb