-
Sub-task
-
Resolution: Done
-
Major
-
1.0.0.CR2
-
None
we may want to make the attribute ddl-file optional, and let the runtime to discover the database types for the most cases, to hide away this implementation details. Cases where users do want to explicitly specify it are for:
- a database type not currently covered,
- or the ddl file bundled in for a particular database type is wrong or not optimal, for example, VARCHAR(2048) is too short for that column.