主キー列に関する構成情報を指定します。
データ構造
message PrimaryKeySchema {
required string name = 1; // 主キー列の名前。
required PrimaryKeyType type = 2; // 主キー列の型。
optional PrimaryKeyOption option = 3; // 主キー列のオプション構成。
}
パラメーター | 型 | 必須 | 説明 |
name | string | はい | 主キー列の名前。 |
type | はい | 主キー列の型。 | |
option | いいえ | 主キー列のオプション構成。 |