Sha256: 70b98026cd53015ce0c4b2e021f8fe7655056025749678f0dfc9460ec02353fb

Contents?: true

Size: 419 Bytes

Versions: 3

Compression:

Stored size: 419 Bytes

Contents

class CreatePhcdevworksTutorialsTutorialPosts < ActiveRecord::Migration[7.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

3 entries across 3 versions & 1 rubygems

Version Path
phcdevworks_tutorials-13.0.2 db/migrate/20191017235259_create_phcdevworks_tutorials_tutorial_posts.rb
phcdevworks_tutorials-13.0.1 db/migrate/20191017235259_create_phcdevworks_tutorials_tutorial_posts.rb
phcdevworks_tutorials-13.0.0 db/migrate/20191017235259_create_phcdevworks_tutorials_tutorial_posts.rb