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 WasteObserved of the subject dataModel.WasteManagement for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
CREATE TYPE WasteObserved_type AS ENUM ('WasteObserved');
CREATE TABLE WasteObserved (address JSON, alternateName TEXT, annotations JSON, areaServed TEXT, color TEXT, dataProvider TEXT, dateCreated TIMESTAMP, dateModified TIMESTAMP, dateObserved TIMESTAMP, description TEXT, grossWeight NUMERIC, id TEXT PRIMARY KEY, image TEXT, location JSON, name TEXT, owner JSON, seeAlso JSON, source TEXT, tareWeight NUMERIC, type WasteObserved_type, weight NUMERIC);