This command creates a VAST database schema.
Usage
schema create --name SCHEMA --database-name DATABASE
Required Parameters
| Enter a name for the schema being created. The name must meet the requirements for S3 object names. |
| Enter the name of the database where the schema is created. A database can contain one or more schemas. The database name must meet the requirements for S3 bucket names. |
Example
This example shows adding a schema named schema1 to database vastdb:
vcli: admin> schema create --name schema1 --database-name vastdb