MySqlBuilder::hasColumns()
  • References/PHP/Laravel/Database/Schema

bool hasColumns(string $table, array $columns) Determine if the given table

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

string compilePrimary(Blueprint $blueprint,

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

void __construct(Connection $connection)

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

string compileDisableForeignKeyConstraints() Compile the command to disable

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

bool hasTable(string $table) Determine if the given table exists.

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

string getTablePrefix() Get the grammar's table prefix.

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

array compileDropColumn(Blueprint $blueprint,

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

void blueprintResolver(Closure $resolver)

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

bool supportsSchemaTransactions() Check if this Grammar supports schema

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

array getCommands() Get the commands on the blueprint.

2025-01-10 15:47:30