Updated on 2025-03-24 GMT+08:00

Creating a Table

A data table consists of basic information, fields, and indexes. As a supplement to table information, indexes are optional and can be configured based on service requirements.

Procedure

  1. Click in the upper left corner and select a region and project.
  2. Click in the upper left corner, and under Databases, click Data Admin Service.
  3. In the navigation pane on the left, choose Development Tool.
  4. Locate the DB instance that you want to log in to and click Log In in the Operation column.
  5. On the top menu bar, choose Keyspace Management.
  6. Click Change Keyspace on the right of the current keyspace to switch to the keyspace where you want to create a table.
  7. On the Objects tab page, choose Tables.
  8. Click Create Table.
  9. After configuring basic information, click Next.
  10. On the Column page, click Add and set parameters as needed.
  11. If you need to add indexes, click Next and specify index parameters.
  12. Click Create.
  13. In the SQL Preview dialog box, click Execute.