jerryshao commented on code in PR #6025:
URL: https://github.com/apache/gravitino/pull/6025#discussion_r1898448564


##########
docs/webui.md:
##########
@@ -468,15 +469,62 @@ Displays a confirmation dialog, clicking on the `DROP` 
button drops this schema.
 ![delete-schema](./assets/webui/delete-schema.png)
 
 ### Table
+Click the hive schema tree node on the left sidebar or the schema name link in 
the table cell.
 
-![list-tables](./assets/webui/list-tables.png)
+Displays the list tables of the schema.
+
+![list-tables](./assets/webui/list-tabels.png)
+
+#### Create table
+
+Click on the `CREATE TABLE` button displays the dialog to create a table.
+
+![create-table](./assets/webui/create-table.png)
+
+Creating a table needs these fields:
+
+1. **Name**(**_required_**): the name of the table.
+2. **columns**(**_required_**): 
+    1. The name and type of each column are required.
+    2. Only suppport simple types, cannot support complex types by ui, you can 
create complex types by api.
+3. **Comment**(_optional_): the comment of the fileset.

Review Comment:
   "...the comment of the table."?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to