multiclient setup2
This commit is contained in:
@@ -10,7 +10,7 @@ pub struct PostTableScriptRequest {
|
||||
pub table_definition_id: i64,
|
||||
/// Required. The target column in the target table that this script computes.
|
||||
/// Must be an existing user-defined column in that table (not a system column).
|
||||
/// System columns are reserved: "id", "deleted", "created_at".
|
||||
/// System columns are reserved: "id", "deleted", "created_at", "row_revision".
|
||||
/// The column's data type must NOT be one of the prohibited target types:
|
||||
/// BIGINT, DATE, TIMESTAMPTZ
|
||||
/// Note: BOOLEAN targets are allowed (values are converted to Steel #true/#false).
|
||||
|
||||
Reference in New Issue
Block a user