class Illuminate / Database / Schema / SQLiteBuilder
You are viewing an older version of the documentation. For the latest, please visit master documentation.

SQLiteBuilder

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

refreshDatabaseFile ( ) : void

Empty the database file.