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