feat: implement payout system database schema and models
This commit is contained in:
5
db/migrate/20250916215119_add_net_amount_to_earnings.rb
Normal file
5
db/migrate/20250916215119_add_net_amount_to_earnings.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddNetAmountToEarnings < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :earnings, :net_amount_cents, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user