lingdu1234 / axum_admin

axum admin rust vue
https://314.iu1314.top/
227 stars 42 forks source link

希望添加表结构初始化SQL #13

Closed zk-robin closed 1 year ago

zk-robin commented 1 year ago

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

lingdu1234 commented 1 year ago

表结构初始化是通过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.