Sha256: b2a9338f903acd418667905feccb2ae7e513a096f824c7e9507f7ff8c8419331

Contents?: true

Size: 419 Bytes

Versions: 1

Compression:

Stored size: 419 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_text
      t.string :tutorial_post_status

      t.string :optimization_id

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

      t.timestamps

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcdevworks_tutorials-12.2.0 db/migrate/20191017235259_create_phcdevworks_tutorials_tutorial_posts.rb