EctoTablestore.Migration.drop
You're seeing just the function
drop
, go back to EctoTablestore.Migration module for more information.
Drops one of the following:
- a table
- a secondary index
- a search index
Examples
drop table("posts")
drop secondary_index("posts", "posts_owner")
drop search_index("posts", "posts_index")