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

bool enableForeignKeyConstraints() Enable foreign key constraints.

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

Connection getConnection()

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

bool confirm(string $question, bool $default = false) Confirm a question

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

void beginTransaction() Start a new database transaction.

2025-01-10 15:47:30
BaseCommand
  • References/PHP/Laravel/Database/Console/Migrations

BaseCommand class BaseCommand extends Command

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

void touch() Touch all of the related models for the relationship.

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
MigrationServiceProvider::pathsToPublish()
  • References/PHP/Laravel/Database

static array pathsToPublish(string $provider = null, string $group = null)

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

Model|

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

static array morphMap(array $map = null, bool $merge = true) Set

2025-01-10 15:47:30