Sha256: 4a91d7564e48a791cd9c35a24ef507d51ae174dd332fa34fe0a34f141ca4e26c

Contents?: true

Size: 297 Bytes

Versions: 4

Compression:

Stored size: 297 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 :slug
      t.string :user_id
      t.string :org_id

      t.timestamps

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcdevworks_tutorials-1.2.5 db/migrate/20190911225813_create_phcdevworks_tutorials_tutorial_posts.rb
phcdevworks_tutorials-1.2.4 db/migrate/20190911225813_create_phcdevworks_tutorials_tutorial_posts.rb
phcdevworks_tutorials-1.2.3 db/migrate/20190911225813_create_phcdevworks_tutorials_tutorial_posts.rb
phcdevworks_tutorials-1.2.2 db/migrate/20190911225813_create_phcdevworks_tutorials_tutorial_posts.rb