Skip to content

apimigrationdroptable

Troy Murray edited this page Sep 19, 2011 · 2 revisions

dropTable()

Description

Drops a table from the database.

Function Syntax

dropTable(name);

Parameters

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

Examples

dropTable('members');
Clone this wiki locally