Add TimeExpression and TimeColumn types.

This commit is contained in:
zer0sub 2019-04-03 14:18:58 +02:00
parent b2f84d048c
commit 273bf1ed4c
6 changed files with 129 additions and 23 deletions

View file

@ -16,6 +16,7 @@ type DbConnectInfo struct {
}
func Generate(folderPath string, connectString string, databaseName, schemaName string) error {
err := cleanUpGeneratedFiles(path.Join(folderPath, databaseName, schemaName))
if err != nil {