class
Illuminate
/
Database
/
Schema
/
SqlServerBuilder
SqlServerBuilder
Extends
Methods
public
createDatabase ( $name ) : bool
Create a database in the schema.
Parameters
- $name string
public
dropDatabaseIfExists ( $name ) : bool
Drop a database from the schema if the database exists.
Parameters
- $name string
public
dropAllTables ( ) : void
Drop all tables from the database.
public
dropAllViews ( ) : void
Drop all views from the database.
public
getAllTables ( ) : array
Drop all tables from the database.
public
getAllViews ( ) : array
Get all of the view names for the database.