pgsql/schema_create_table_statement.sql
[Pman.Core] / pgsql / schema_create_table_statement.sql
index 8d75393..065e4fc 100644 (file)
@@ -70,4 +70,7 @@ BEGIN
     RETURN v_table_ddl;
 END;
 $BODY$
-  LANGUAGE 'plpgsql' COST 100.0 SECURITY INVOKER;
\ No newline at end of file
+  LANGUAGE 'plpgsql' COST 100.0 SECURITY INVOKER;
+  
+SELECT schema_create_table_statement('item');
+  
\ No newline at end of file