multiclient setup2
This commit is contained in:
@@ -56,7 +56,7 @@ message PostTableScriptRequest {
|
||||
|
||||
// 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