MySqlGrammar::compileEnableForeignKeyConstraints()
  • References/PHP/Laravel/Database/Schema/Grammars

string compileEnableForeignKeyConstraints() Compile the command to enable

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

void dropSoftDeletesTz() Indicate that the soft delete column should be

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

string compileForeign(Blueprint $blueprint,

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

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

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

string compileDrop(Blueprint $blueprint,

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

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

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

void create(string $table, Closure $callback)

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

array compileChange(Blueprint $blueprint,

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

Fluent dropIndex(string|array $index)

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

array compileRenameColumn(Blueprint $blueprint,

2025-01-10 15:47:30