Skip to main content

create_table

Function create_table 

Source
pub fn create_table(
    ctx: &AppContext,
    stack_id: Option<u64>,
    dto: &CreateTableDto,
    owner_id: EntityId,
    index: i32,
) -> Result<TableDto>
Expand description

Create a new table entity as child of owner