The table creation syntax itself has not changed. However, default table-level retentiondays can now be inherited from the database, profile, or user when a table is created. The inheritance order is:
- Table-level setting (if explicitly specified)
- Profile default - NEW
- Database/User default - NEW
- Fallback behavior:
- OFS tables: If no table-level or inherited value is available, the table uses the storage-level retentiondays.
- MOTF tables: If no table-level or inherited value is provided, the default retention is 30 days.