PostgresGrammar::compileDropIfExists()
  • References/PHP/Laravel/Database/Schema/Grammars

string compileDropIfExists(Blueprint $blueprint,

2025-01-10 15:47:30
SqlServerGrammar::compileDropIndex()
  • References/PHP/Laravel/Database/Schema/Grammars

string compileDropIndex(Blueprint $blueprint,

2025-01-10 15:47:30
Builder::hasColumn()
  • References/PHP/Laravel/Database/Schema

bool hasColumn(string $table, string $column) Determine if the given table

2025-01-10 15:47:30
SQLiteGrammar::getDateFormat()
  • References/PHP/Laravel/Database/Schema/Grammars

string getDateFormat() Get the format for database stored dates.

2025-01-10 15:47:30
SQLiteGrammar::compileTableExists()
  • References/PHP/Laravel/Database/Schema/Grammars

string compileTableExists() Compile the query to determine if a table exists

2025-01-10 15:47:30
SQLiteGrammar::wrapTable()
  • References/PHP/Laravel/Database/Schema/Grammars

string wrapTable(Expression|string $table)

2025-01-10 15:47:30
PostgresBuilder::dropIfExists()
  • References/PHP/Laravel/Database/Schema

void dropIfExists(string $table) Drop a table from the schema if it exists

2025-01-10 15:47:30
SQLiteGrammar::compileColumnExists()
  • References/PHP/Laravel/Database/Schema/Grammars

string compileColumnExists(string $table) Compile the query to determine

2025-01-10 15:47:30
Blueprint
  • References/PHP/Laravel/Database/Schema

Blueprint class Blueprint (

2025-01-10 15:47:30
Grammar::getTablePrefix()
  • References/PHP/Laravel/Database/Schema/Grammars

string getTablePrefix() Get the grammar's table prefix.

2025-01-10 15:47:30