Add auto_pop_at
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class AddAutoPopAtToBubbles < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
change_table :bubbles do |t|
|
||||
t.datetime :auto_pop_at, index: true
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user