class CreateCommands < ActiveRecord::Migration[6.0]
  def change
    create_table :commands do |t|
      t.string :aps
      t.string :commands

      t.timestamps
    end
  end
end
