xp007123
xp007123
This may be a problem with your Python version, but use version 3.7 or higher
合约代码贴出: // SPDX-License-Identifier: Apache-2.0 pragma solidity >=0.6.10
我linux环境跑的,你直接部署这个合约跑跑看下吧。import 里的都是官方的。
Table.sol: // SPDX-License-Identifier: Apache-2.0 pragma solidity >=0.6.10
Cast.sol: // SPDX-License-Identifier: Apache-2.0 pragma solidity >=0.6.10
第二个框框里的那个不需要提供
対,都是console下原生的,那个Test.sol,其实是原生的TableTest.sol
数据导出的表结构是正常的,但你的插入后 id name age 这三字段没数据啊
您好,有时间请帮忙确认下为什么表里导出的合约字段数据都是空的
你随便插个和字段类型符合看下就知道啦,比如 call ./test/v2 insert 34 34 45 你前面说正常那张截图,里面的有insert操作,但 id name age 这三字段都是空的,这就是有问题啊