lingdu1234/axum_admin

希望添加表结构初始化SQL

Closed this issue · 1 comments

只看到表数据初始化插入的sql,没有看到表结构sql

表结构初始化是通过entity来实现的,没有通过sql语句,详细见db_utils.rscreate_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.