pub async fn fetch_table_options(
db: &MySqlPool,
sql: &str,
) -> Result<Vec<AlterTableOption>>
Expand description
Fetches table options from the context
pub async fn fetch_table_options(
db: &MySqlPool,
sql: &str,
) -> Result<Vec<AlterTableOption>>
Fetches table options from the context