package cfschema const ( ReplacementStrategyCreateThenDelete = "create_then_delete" ReplacementStrategyDeleteThenCreate = "delete_then_create" )