Skip to content

apimigrationdropview

Jeremy Keczan edited this page Apr 28, 2015 · 2 revisions

dropView()

Description

Drops a view from the database.

Function Syntax

dropView(name);

Parameters

Parameter Type Required Default Description
name string Yes view name to drop

Examples

dropView('members');
Clone this wiki locally