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 DataResourceFrictionlessData of the subject dataModel.FrictionlessData for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
CREATE TYPE DataResourceFrictionlessData_type AS ENUM ('DataResourceFrictionlessData');
CREATE TABLE DataResourceFrictionlessData (address JSON, areaServed TEXT, bytes NUMERIC, data JSON, description TEXT, encoding TEXT, format TEXT, hash TEXT, homepage TEXT, id TEXT PRIMARY KEY, licenses JSON, location JSON, mediatype TEXT, name TEXT, path JSON, profile TEXT, schema JSON, sources JSON, title TEXT, type DataResourceFrictionlessData_type);