Sha256: 397f1802937a9b692c38b9a432ffbcaea241659028fca7805885e69882fbbdaf
Contents?: true
Size: 395 Bytes
Versions: 17
Compression:
Stored size: 395 Bytes
Contents
class CreatePhcdevworksTutorialsCommandPosts < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_tutorials_command_posts do |t| t.string :command_post_title t.text :command_post_text t.string :command_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
17 entries across 17 versions & 1 rubygems