Familiar.drop_view

You're seeing just the function drop_view, go back to Familiar module for more information.
Link to this function

drop_view(view_name, opts \\ [])

View Source

Drops a database view.

Options:

  • :materialized - whether the view is materialized or not. Defaults to false.
  • :revert - the version to create if the migration is rolled back
  • :schema - the schema the view lives in. Uses default schema if not specified