adm_config.ini 217 B

1234567891011
  1. [database]
  2. driver = sqlite
  3. file = ./admin.db
  4. database = goadmin
  5. ; Here are new tables to generate. 新的待转换的表格
  6. tables = new_table1,new_table2
  7. [model]
  8. package = main
  9. connection = default
  10. output = ./tables