Closed zk-robin closed 1 year ago
表结构初始化是通过entity
来实现的,没有通过sql语句,详细见db_utils.rs 的 create_one_table
函数
Table structure initialization is implemented through entities, rather than SQL statements. See the create_one_table
function in the db_utils.rs file for details.
只看到表数据初始化插入的sql,没有看到表结构sql