We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1,我的实体类继承了JKDBModel (为了截图方法删除了一些属性) 2.pch文件引入了JKDBModel和FMDB 3.从服务器获取到json并用字典生成对象,然后调用JKDBModel的save方法 4.但是后台就报错,说未知的数据库。XianZhi是我的工程名,为什么数据库未知?而且表名也是 工程名.实体名?该怎么解决?谢谢 5.插入数据当然也就报错了
The text was updated successfully, but these errors were encountered:
swift 中没法使用runtime 动态创建表与字段,所以导致数据库、表都没创建吧。
Sorry, something went wrong.
No branches or pull requests
1,我的实体类继承了JKDBModel (为了截图方法删除了一些属性)
2.pch文件引入了JKDBModel和FMDB
3.从服务器获取到json并用字典生成对象,然后调用JKDBModel的save方法
4.但是后台就报错,说未知的数据库。XianZhi是我的工程名,为什么数据库未知?而且表名也是 工程名.实体名?该怎么解决?谢谢
5.插入数据当然也就报错了
The text was updated successfully, but these errors were encountered: