Sha256: 855e3307e8abc09b3df720eb5549c83e064cb66e9814bc49f737fe8b3433baa4

Contents?: true

Size: 412 Bytes

Versions: 2

Compression:

Stored size: 412 Bytes

Contents

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

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

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

      t.timestamps

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phcdevworks_tutorials-3.0.0 db/migrate/20191017235259_create_phcdevworks_tutorials_tutorial_posts.rb
phcdevworks_tutorials-2.1.2 db/migrate/20191017235259_create_phcdevworks_tutorials_tutorial_posts.rb