希望添加表结构初始化SQL
Closed this issue · 1 comments
zk-robin commented
只看到表数据初始化插入的sql,没有看到表结构sql
lingdu1234 commented
表结构初始化是通过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.