class CreateMegaOsPaths
typed: true
Public Instance Methods
change()
click to toggle source
# File server/redux-os/db/migrate/20191018215307_create_mega_os_paths.rb, line 3 def change create_table :mega_os_paths do |t| t.text :global_path t.references :comment, null: true, foreign_key: true t.timestamps end end