芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/panoramawholesale.com/app/Models/TransferMoney.php
'integer', 'to_account_id' => 'integer', 'amount' => 'double', ]; public function from_account() { return $this->belongsTo('App\Models\Account', 'from_account_id'); } public function to_account() { return $this->belongsTo('App\Models\Account', 'to_account_id'); } }