summaryrefslogtreecommitdiffstats
path: root/db_demo/sql/tables/cr_const_block.sql
blob: 4b866676ce2406c8dea75b6b51fe48d9b08e5070 (plain)
1
2
3
4
CREATE TABLE const_block (
  key            integer PRIMARY KEY,   -- primary key
  description    text NOT NULL          -- block description
);