Sha256: bffe0e76af4fd9df459bbf3d874e7b349b9b9b5067498054837560a6faf695c4
Contents?: true
Size: 432 Bytes
Versions: 15
Compression:
Stored size: 432 Bytes
Contents
class CreatePhcdevworksTutorialsCommandPosts < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_tutorials_command_posts do |t| t.string :post_title t.text :post_description t.string :post_status t.string :post_image t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
15 entries across 15 versions & 1 rubygems