void fire() Execute the console command. Return Value void
Model createModel() Create a new instance of the model. Return Value Model
mixed selectOne(string $query, array $bindings = array()) Run a select statement and return a single result. Parameters string $query array $bindings Return Value mixed
Illuminate\Database\Console\Seeds Classes SeedCommand SeederMakeCommand
string compileDropIfExists(Blueprint $blueprint, Fluent $command) Compile a drop table (if exists) command. Parameters Blueprint $blueprint Fluent $command Return Value string
static void forget(array $array, array|string $keys) Remove one or many array items from a given array using "dot" notation. Parameters array $array array|string $keys Return Value void
mixed pipe(mixed $object, string|null $pipeline = null) Send an object through one of the available pipelines. Parameters mixed $object string|null $pipeline Return Value mixed
string compileTableExists() Compile the query to determine if a table exists. Return Value string
array getChangedColumns() Get the columns on the blueprint that should be changed. Return Value array
string createdAt() Get the name of the "created at" column. Return Value string
Page 44 of 996