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 MediaEvent of the subject dataModel.Multimedia for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
CREATE TYPE MediaEvent_type AS ENUM ('MediaEvent');
CREATE TABLE MediaEvent (address JSON, alternateName TEXT, areaServed TEXT, data JSON, dataProvider TEXT, dateCreated TIMESTAMP, dateModified TIMESTAMP, description TEXT, eventType TEXT, id TEXT PRIMARY KEY, location JSON, mediaSource JSON, name TEXT, observedEntities JSON, owner JSON, seeAlso JSON, source TEXT, type MediaEvent_type);