CreateTable drops and creates the table with `name` if it exists, otherwise just creates it. `cols` contains the results, which in this case are used to determine the types of the tables.
(ctx context.Context, name string, cols map[string]cty.Value)
source not stored for this graph (policy: none)
no test coverage detected