pub fn create_table_multi(
ctx: &AppContext,
stack_id: Option<u64>,
dtos: &[CreateTableDto],
owner_id: EntityId,
index: i32,
) -> Result<Vec<TableDto>>Expand description
Create multiple table entities as children of owner
pub fn create_table_multi(
ctx: &AppContext,
stack_id: Option<u64>,
dtos: &[CreateTableDto],
owner_id: EntityId,
index: i32,
) -> Result<Vec<TableDto>>Create multiple table entities as children of owner