BaseCommand::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
BelongsTo::createdAt()
  • References/PHP/Laravel/Database/Eloquent/Relations

string createdAt() Get the name of the "created at" column.

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

string getHasCompareKey() Get the key for comparing against the parent

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

void __construct(PDO $pdo, string $database = '', string $tablePrefix = '', array $config = array())

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

bool hasTimestampAttributes() Determine if the pivot model has timestamp

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

DatabaseMigrationRepository class DatabaseMigrationRepository implements

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

Fluent timestamp(string $column)

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

string getValue(Expression $expression)

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

string compileSavepoint(string $name) Compile the SQL statement to define

2025-01-10 15:47:30
JoinClause::getCountForPagination()
  • References/PHP/Laravel/Database/Query

int getCountForPagination(array $columns = array('*')) Get the count of

2025-01-10 15:47:30