hasMany(NftTransferModel::class,'token_id','token_id'); } public function getCreatetimeAttribute($value) { return date('Y-m-d H:i:s',$value); } }