al13ntown/db/migrate/20260824065713_create_updates.rb

8 lines
134 B
Ruby
Raw Permalink Normal View History

2026-08-24 20:12:41 +00:00
class CreateUpdates < ActiveRecord::Migration[8.1]
def change
create_table :updates do |t|
t.timestamps
end
end
end