DBMS database creation
[hcoop/domtool2.git] / src / msgTypes.sml
index 0c7e5fe..adf1bba 100644 (file)
@@ -56,5 +56,7 @@ datatype msg =
        * that user and no one else has rights. *)
        | MsgCreateDbUser of string
        (* Request creation of a user for the named DBMS type *)
        * that user and no one else has rights. *)
        | MsgCreateDbUser of string
        (* Request creation of a user for the named DBMS type *)
+       | MsgCreateDbTable of {dbtype : string, dbname : string}
+       (* Request creation of a DBMS table *)
 
 end
 
 end