MCPcopy Index your code
hub / github.com/cloudquery/cloudquery / recreateTable

Method recreateTable

plugins/destination/mysql/client/schema.go:203–208  ·  view source on GitHub ↗
(ctx context.Context, table *schema.Table)

Source from the content-addressed store, hash-verified

201}
202
203func (c *Client) recreateTable(ctx context.Context, table *schema.Table) error {
204 if err := c.dropTable(ctx, table); err != nil {
205 return err
206 }
207 return c.createTable(ctx, table)
208}

Callers 1

MigrateTablesMethod · 0.95

Calls 2

dropTableMethod · 0.95
createTableMethod · 0.95

Tested by

no test coverage detected