void info(string $string) Write a string as information output. Parameters string $string Return Value void
bool hasTable(string $table) Determine if the given table exists. Parameters string $table Return Value bool
static void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance. Parameters Dispatcher $dispatcher Return Value void
Builder lockForUpdate() Lock the selected rows in the table for updating. Return Value Builder
array getHidden() Get the hidden attributes for the model. Return Value array
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
bool hasCast(string $key, array|string|null $types = null) Determine whether an attribute should be cast to a native type. Parameters string $key array|string|null $types Return Value bool
Builder sharedLock() Share lock the selected rows in the table. Return Value Builder
static Builder connection(string $name) Get a schema builder instance for a connection. Parameters string $name Return Value Builder
void log(string $file, int $batch) Log that a migration was run. Parameters string $file int $batch Return Value void
Page 842 of 996