Column metadata information

Hi
I was able to get most of my column metadata from information_schema.columns but except this “SERIES TIMESTAMP”, I am not able to find the info about this in the columns table, can u pls suggest where can i find this info.
Sample : Create table t1(c1 date SERIES TIMESTAMP SPARSE);

Thanks for raising this. It looks like SERIES TIMESTAMP is only exposed in SHOW CREATE TABLE output and not information_schema currently. We’ve filed a task to expose this information there.