add mutations to exchange painel

This commit is contained in:
João Geonizeli
2021-08-15 23:30:53 -03:00
parent 0ccd01abfd
commit 19a08cd50e
29 changed files with 702 additions and 198 deletions

View File

@@ -6,7 +6,7 @@
#
# id :bigint not null, primary key
# paid_amount_cents :integer default(0), not null
# received_amount :decimal(20, 10)
# received_amount :decimal(20, 10) default(0.0), not null
# status :string not null
# created_at :datetime not null
# updated_at :datetime not null

View File

@@ -6,7 +6,7 @@
#
# id :bigint not null, primary key
# paid_amount :decimal(20, 10) default(0.0), not null
# received_amount_cents :integer
# received_amount_cents :integer default(0), not null
# status :string not null
# created_at :datetime not null
# updated_at :datetime not null

View File

@@ -6,7 +6,7 @@
#
# id :bigint not null, primary key
# paid_amount_cents :integer default(0), not null
# received_amount :decimal(20, 10)
# received_amount :decimal(20, 10) default(0.0), not null
# status :string not null
# created_at :datetime not null
# updated_at :datetime not null

View File

@@ -6,7 +6,7 @@
#
# id :bigint not null, primary key
# paid_amount :decimal(20, 10) default(0.0), not null
# received_amount_cents :integer
# received_amount_cents :integer default(0), not null
# status :string not null
# created_at :datetime not null
# updated_at :datetime not null