summaryrefslogtreecommitdiffstats
path: root/db_demo/sql/tables/cr_const_agegroup.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db_demo/sql/tables/cr_const_agegroup.sql')
-rw-r--r--db_demo/sql/tables/cr_const_agegroup.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/db_demo/sql/tables/cr_const_agegroup.sql b/db_demo/sql/tables/cr_const_agegroup.sql
new file mode 100644
index 0000000..b27217a
--- /dev/null
+++ b/db_demo/sql/tables/cr_const_agegroup.sql
@@ -0,0 +1,4 @@
+CREATE TABLE const_agegroup (
+ key integer PRIMARY KEY, -- primary key
+ description text NOT NULL -- group description
+); \ No newline at end of file