BaseCommand::comment()
  • References/PHP/Laravel/Database/Console/Migrations

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

2025-01-10 15:47:30
Migrator::setConnection()
  • References/PHP/Laravel/Database/Migrations

void setConnection(string $name) Set the default connection name.

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

bool statement(string $query, array $bindings = array()) Execute an SQL

2025-01-10 15:47:30
HasOne::getForeignKey()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getForeignKey() Get the foreign key for the relationship.

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

string parameterize(array $values) Create query parameter place-holders

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

array getTouchedRelations() Get the relationships that are touched on save

2025-01-10 15:47:30
BelongsToMany::getHasCompareKey()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getHasCompareKey() Get the key for comparing against the parent

2025-01-10 15:47:30
JoinClause::mergeWheres()
  • References/PHP/Laravel/Database/Query

void mergeWheres(array $wheres, array $bindings) Merge an array of where

2025-01-10 15:47:30
MorphPivot::update()
  • References/PHP/Laravel/Database/Eloquent/Relations

bool|int update(array $attributes = array()) Update the model in the database

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

Builder toBase()

2025-01-10 15:47:30