put table definition2 - name change
This commit is contained in:
@@ -1422,6 +1422,10 @@ pub(crate) struct ColumnForm {
|
||||
pub remove_column_ids: Vec<i64>,
|
||||
#[serde(default)]
|
||||
pub expected_row_version: i64,
|
||||
/// The requested name of an existing empty table. The append-only form
|
||||
/// does not render it, so populated tables decode this as empty.
|
||||
#[serde(default)]
|
||||
pub table_name_input: String,
|
||||
|
||||
#[serde(default)]
|
||||
pub column_name_input: String,
|
||||
|
||||
Reference in New Issue
Block a user