cg33 6 lat temu
rodzic
commit
c9fda10763
1 zmienionych plików z 5 dodań i 2 usunięć
  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