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 PFVArType2Common1 of the subject dataModel.EnergyCIM for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
CREATE TYPE PFVArType2Common1_type AS ENUM ('PFVArType2Common1');
CREATE TABLE PFVArType2Common1 (address JSON, alternateName TEXT, areaServed TEXT, dataProvider TEXT, dateCreated TIMESTAMP, dateModified TIMESTAMP, description TEXT, id TEXT PRIMARY KEY, j NUMERIC, ki NUMERIC, kp NUMERIC, location JSON, max NUMERIC, name TEXT, owner JSON, ref NUMERIC, seeAlso JSON, source TEXT, type PFVArType2Common1_type);