OptionaldatabaseOptionallogicalTarget Postgres database object (logical database) name for this table.
When creating a table in a standard catalog, this field is required. In this scenario, specifying this field will allow targeting an arbitrary postgres database.
Registration of database tables via /database/tables is currently only supported in standard catalogs.
OptionalnameFull three-part (catalog, schema, table) name of the table.
Name of the target database instance. This is required when creating database tables in standard catalogs. This is optional when creating database tables in registered catalogs. If this field is specified when creating database tables in registered catalogs, the database instance name MUST match that of the registered catalog (or the request will be rejected).