Sha256: 7ff6c31687cfcd0940beaa5b1c1f96c8085d9ca5385d5b3f00df8be5a0fa92f9
Contents?: true
Size: 265 Bytes
Versions: 44
Compression:
Stored size: 265 Bytes
Contents
Sequel.migration do up do create_table(:command_configs) do primary_key :id String :command, null: false String :options, text: true end end down do drop_table(:command_configs) end end
Version data entries
44 entries across 44 versions & 1 rubygems