本文介绍了consolibyte:自定义字段不会导入到 MySql 数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我使用 consolibyte 库在 MySql 和 QuickBook 之间同步数据.其他数据正在成功同步,但我没有找到自定义字段.我只需要同步客户、物品和发票这三件事.自定义字段存储在 MySql 中的什么位置?
I am using consolibyte library to sync data between MySql and QuickBook. Other data is being synced successfully but I did not find the Custom Fields. I have to sync only two three things Customers, Items and Invoices. Where the Custom Fields are being stored in MySql?
推荐答案
自定义字段被推送到 qb_dataext
表.
Custom fields are pushed to the qb_dataext
table.
请注意,自定义字段尚未完全实现(代码处于测试阶段),因此不要指望得到很好的支持.
Note that custom fields are NOT fully implemented (the code is in beta) so don't expect great support.
这篇关于consolibyte:自定义字段不会导入到 MySql 数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!