summaryrefslogtreecommitdiffstats
path: root/db_demo/sql/tables/cr_const_agegroup.sql
blob: b27217af14134b73c3450270ab5f9232fb1f9062 (plain)
1
2
3
4
CREATE TABLE const_agegroup (
  key            integer PRIMARY KEY,   -- primary key
  description    text NOT NULL          -- group description
);