Blueprint::dropTimestampsTz()
  • References/PHP/Laravel/Database/Schema

void dropTimestampsTz() Indicate that the timestamp columns should be dropped

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

void dropSoftDeletes() Indicate that the soft delete column should be dropped

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

array getChangedColumns() Get the columns on the blueprint that should

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

PostgresBuilder class PostgresBuilder extends

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

Fluent binary(string $column)

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

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

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

string wrapTable(Expression|string $table)

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

string parameter(mixed $value) Get the appropriate query parameter place-holder

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

string compileDropForeign(Blueprint $blueprint,

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

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

2025-01-10 15:47:30