sponsor tiers增删改查

This commit is contained in:
qyzh
2020-09-19 09:59:05 +08:00
parent 5433920724
commit faf2302b8e
10 changed files with 45 additions and 43 deletions

View File

@@ -0,0 +1,5 @@
class AddColumnToStoppedSponsorship < ActiveRecord::Migration[5.2]
def change
add_column :stopped_sponsorships, :start_time, :datetime
end
end