SQLiteGrammar::compileDropUnique()
  • References/PHP/Laravel/Database/Schema/Grammars

string compileDropUnique(Blueprint $blueprint,

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

void morphs(string $name, string|null $indexName = null) Add the proper

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
Builder::hasTable()
  • References/PHP/Laravel/Database/Schema

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

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

array prefixArray(string $prefix, array $values) Add a prefix to an array

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

string compileDropColumn(Blueprint $blueprint,

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

string getTable() Get the table the blueprint describes.

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

array getColumnListing(string $table) Get the column listing for a given

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

bool supportsSchemaTransactions() Check if this Grammar supports schema

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

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

2025-01-10 15:47:30