PostgresBuilder::hasColumn()
  • References/PHP/Laravel/Database/Schema

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

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

array wrapArray(array $values) Wrap an array of values.

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

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

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

string compileRename(Blueprint $blueprint,

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

string compileUnique(Blueprint $blueprint,

2025-01-10 15:47:30
Builder::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
Builder::drop()
  • References/PHP/Laravel/Database/Schema

void drop(string $table) Drop a table from the schema.

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
Blueprint::getColumns()
  • References/PHP/Laravel/Database/Schema

array getColumns() Get the columns on the 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