PrimaryKeySchema

更新时间:
复制 MD 格式

Specifies the configuration information about the primary key columns.

Data structure

message PrimaryKeySchema {
    required string name = 1;
    required PrimaryKeyType type = 2;
    optional PrimaryKeyOption option = 3; 
}

Parameter

Type

Required

Description

name

string

Yes

The name of the primary key column.

type

PrimaryKeyType

Yes

The type of the primary key column.

option

PrimaryKeyOption

No

The optional configurations of the primary key column.