Usage of ./gen-table:
-createTimeField string
auto create time field name
-daoFile string
specify dao filename (default "dao")
-db string
input mysql or postgres or sqlite or sqlserver. consult[https://gorm.io/docs/connecting_to_the_database.html] (default "mysql")
-deleteField string
delete time field name
-dsn string
consult[https://gorm.io/docs/connecting_to_the_database.html]
-isgendao
generate curd func dao
-outPath string
specify a directory for output (default "./dal")
-tables string
enter the required data table or leave it blank
-updateTimeField string
auto update time field name