You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* (Beta) Export of data model OperationalLimitType of the subject dataModel.EnergyCIM for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
CREATE TYPE OperationalLimitType_type AS ENUM ('OperationalLimitType');
CREATE TABLE OperationalLimitType (OperationalLimit NUMERIC, acceptableDuration NUMERIC, address JSON, alternateName TEXT, areaServed TEXT, dataProvider TEXT, dateCreated TIMESTAMP, dateModified TIMESTAMP, description TEXT, direction NUMERIC, id TEXT PRIMARY KEY, limitType NUMERIC, location JSON, name TEXT, owner JSON, seeAlso JSON, source TEXT, type OperationalLimitType_type);