string getConnection() Get the migration connection name. Return Value string
Fluent tinyInteger(string $column, bool $autoIncrement = false, bool $unsigned = false) Create a new tiny integer (1-byte) column on the table. Parameters string $column bool $autoIncrement bool $unsigned Return Value Fluent
bool repositoryExists() Determine if the migration repository exists. Return Value bool
$this setUser(Authenticatable $user) Set the current user. Parameters Authenticatable $user Return Value $this
void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void
bool shouldSkipMiddleware() Determine if middleware has been disabled for the application. Return Value bool
array provides() Get the services provided by the provider. Return Value array
int getNextBatchNumber() Get the next migration batch number. Return Value int
int|null id() Get the ID for the currently authenticated user. Return Value int|null
Fluent increments(string $column) Create a new auto-incrementing integer (4-byte) column on the table. Parameters string $column Return Value Fluent
Page 515 of 996