Creating a TimeSeries subtype
To create a column of type TimeSeries, you must
first create a row subtype to represent the data held in each element
of the time series.
Create the database table
After you create the TimeSeries subtype, use the
CREATE TABLE statement to create a table with a column of that subtype.