pgsql/schema_create_table_statement.sql
authorAlan Knowles <alan@roojs.com>
Tue, 7 Oct 2014 11:58:17 +0000 (19:58 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 7 Oct 2014 11:58:17 +0000 (19:58 +0800)
pgsql/schema_create_table_statement.sql

index 102e171..eaa7dce 100644 (file)
@@ -92,6 +92,15 @@ BEGIN
          
     END LOOP;
 
+    -- constraints...
+    
+
+
+
+
+
+
+
 
     v_table_ddl:= v_table_ddl||chr(10);