bool hasColumn(string $table, string $column) Determine if the given table
array wrapArray(array $values) Wrap an array of values.
string compileColumnExists(string $table) Compile the query to determine
string compileRename(Blueprint $blueprint,
string compileUnique(Blueprint $blueprint,
void dropIfExists(string $table) Drop a table from the schema if it exists
void drop(string $table) Drop a table from the schema.
array getColumns() Get the columns on the blueprint.
string getTablePrefix() Get the grammar's table prefix.
Page 27 of 28