SqlServerGrammar::compileChange()
  • References/PHP/Laravel/Database/Schema/Grammars

array compileChange(Blueprint $blueprint,

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

string compileDisableForeignKeyConstraints() Compile the command to disable

2025-01-10 15:47:30
Manager::setAsGlobal()
  • References/PHP/Laravel/Database/Capsule

void setAsGlobal() Make this capsule instance available globally.

2025-01-10 15:47:30
MigrateCommand::comment()
  • References/PHP/Laravel/Database/Console/Migrations

void comment(string $string, null|int|string $verbosity = null) Write a

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

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

2025-01-10 15:47:30
Connection::insert()
  • References/PHP/Laravel/Database

bool insert(string $query, array $bindings = array()) Run an insert statement

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

string compileUpdate(Builder $query, array $values)

2025-01-10 15:47:30
MigrateMakeCommand::hasArgument()
  • References/PHP/Laravel/Database/Console/Migrations

bool hasArgument(string|int $name) Determine if the given argument is present

2025-01-10 15:47:30
Collection::add()
  • References/PHP/Laravel/Database/Eloquent

$this add(mixed $item) Add an item to the collection.

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

string compileSavepoint(string $name) Compile the SQL statement to define

2025-01-10 15:47:30