DefinedColumnsSchema は、テーブルの定義済み列のスキーマを指定します。
スキーマ
message DefinedColumnSchema {
required string name = 1; // 必須。定義済み列の名前。
required DefinedColumnType type = 2; // 必須。定義済み列の型。
}
パラメーター | 型 | 必須 | 説明 |
name | string | はい | 定義済み列の名前。 |
type | はい | 定義済み列の型。 |
DefinedColumnsSchema は、テーブルの定義済み列のスキーマを指定します。
message DefinedColumnSchema {
required string name = 1; // 必須。定義済み列の名前。
required DefinedColumnType type = 2; // 必須。定義済み列の型。
}
パラメーター | 型 | 必須 | 説明 |
name | string | はい | 定義済み列の名前。 |
type | はい | 定義済み列の型。 |