farmitry_hvac/db/migrate/20250423005211_create_contr...

8 lines
142 B
Ruby

class CreateControllers < ActiveRecord::Migration[8.0]
def change
create_table :controllers do |t|
t.timestamps
end
end
end