accounts are strings in the client side2
This commit is contained in:
@@ -18,7 +18,8 @@ pub struct PostTableDataRequest {
|
||||
/// * System/FK columns:
|
||||
/// • "deleted" (BOOLEAN), optional; default FALSE if not provided
|
||||
/// • one BIGINT per link, named by whoever declared it
|
||||
/// • "account" (slash-delimited account string) on ACCOUNTING-enabled tables
|
||||
/// • "account" (required, non-null slash-delimited account string) on
|
||||
/// ACCOUNTING-enabled tables
|
||||
///
|
||||
/// Type expectations by SQL type:
|
||||
///
|
||||
@@ -112,6 +113,7 @@ pub struct PutTableDataRequest {
|
||||
#[prost(int64, tag = "3")]
|
||||
pub id: i64,
|
||||
/// Required. Columns to update (same typing rules as PostTableDataRequest.data).
|
||||
/// "account" may be omitted, but cannot be null when supplied.
|
||||
///
|
||||
/// Special script rules:
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user