浏览代码

update example

cg33 6 年之前
父节点
当前提交
c9fda10763
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      adm_config.ini

+ 5 - 2
adm_config.ini

@@ -1,8 +1,11 @@
 [database]
+driver = sqlite
 file = ./admin.db
-tables = users
+database = goadmin
+; Here are new tables to generate.
+tables = new_table1,new_table2
 
 [model]
 package = main
 connection = default
-output = ./
+output = ./tables