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

string compileRename(Blueprint $blueprint,

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

void table(array $headers, Arrayable|array $rows,

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

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

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

string getActualClassNameForMorph(string $class) Retrieve the fully qualified

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

array getOriginal(string|null $key = null, mixed $default = null) Get the

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

array getMutatedAttributes() Get the mutated attributes for a given instance

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

void __construct(Model $parent, array $attributes, string

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

mixed|array getOriginal(string|null $key = null, mixed $default = null) Get

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

Model find(mixed $key, mixed $default = null)

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

void useDefaultSchemaGrammar() Set the schema grammar to the default implementation

2025-01-10 15:47:30