Thanks Thomas,
HDB tables(HDBDD/HDBTABLE) do not seem to support the following:
- Default values like you specified above
- Partitioning syntax
- Foreign keys (this i guess is possible, not sure how, read something in the dev guide on using River like associations - it will be great if you can confirm)
If we need these functionalities, what then is the recommendation on table creation (especially when we want to transport our table structures to production) ? We're considering the simpler way exporting our entire schema (tables created by the CREATE statement) and then importing them in each system.
Regards,
Nehal.