Events: initial implementation
This commit is contained in:
7
db/migrate/20260725121740_create_events.rb
Normal file
7
db/migrate/20260725121740_create_events.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class CreateEvents < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
create_table :events do |t|
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user