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 KeyPerformanceIndicator of the subject dataModel.KeyPerformanceIndicator for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
CREATE TYPE calculationFrequency_type AS ENUM ('hourly','daily','weekly','monthly','yearly','quarterly','bimonthly','biweekly');CREATE TYPE calculationMethod_type AS ENUM ('manual','automatic','semiautomatic');CREATE TYPE currentStanding_type AS ENUM ('veryGood','good','fair','bad','veryBad');CREATE TYPE KeyPerformanceIndicator_type AS ENUM ('KeyPerformanceIndicator');