Current sync

This commit is contained in:
Senad Uka
2020-05-18 11:35:34 +02:00
parent 41b5ebb5d7
commit fb0a6c7dfd
11 changed files with 170 additions and 90 deletions

View File

@@ -3,8 +3,7 @@ class CreateMoneyMoves < ActiveRecord::Migration[5.2]
create_table :money_moves do |t|
t.text :description
t.decimal :amount, precision: 12, scale: 3
t.integer :from_homie_id, null: false
t.integer :to_homie_id, null: false
t.integer :homie_id, null: false
t.timestamps
end
end