PSD 16 doesn't seem to support valid time dimensions when editing/viewing tables e.g.
If I edit/view this table in PSD, there's no indication of the time dimension?
Am I missing where this information is displayed?
SQL:
CREATE TABLE wibble
( ID RAW(16) NOT NULL ENABLE
"EFFECTIVE_FROM" TIMESTAMP (6) WITH LOCAL TIME ZONE DEFAULT ON NULL current_timestamp NOT NULL ENABLE,
"EFFECTIVE_TO" TIMESTAMP (6) WITH LOCAL TIME ZONE);
ALTER TABLE wibble ADD PERIOD FOR CURRENT_RECORD(EFFECTIVE_FROM,EFFECTIVE_TO) ;
If I edit/view this table in PSD, there's no indication of the time dimension?
Am I missing where this information is displayed?