first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.andrewkydev.database.schema;
|
||||
|
||||
public enum SqlDialect {
|
||||
MYSQL,
|
||||
POSTGRESQL
|
||||
}
|
||||
Reference in New Issue
Block a user