|
id
|
bigint(20) unsigned
|
|
|
|
|
transfer_type
|
enum
|
-- |
|
|
|
stock_id
|
int(11)
|
|
|
|
|
bank_id
|
bigint(20) unsigned
|
|
|
|
|
money
|
double(8,2)
|
|
|
|
|
currency_id
|
bigint(20) unsigned
|
|
|
|
|
exchange_rate
|
decimal(10,6)
|
|
|
1.000000
|
|
base_currency_amount
|
decimal(15,2)
|
|
|
|
|
date
|
date
|
|
|
|
|
name
|
varchar(250)
|
|
|
|
|
reason
|
text
|
|
|
|
|
created_at
|
timestamp
|
|
|
|
|
updated_at
|
timestamp
|
|
|
|