string createdAt() Get the name of the "created at" column. Return Value string
array getChangedColumns() Get the columns on the blueprint that should be changed. Return Value array
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
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
string compileDropIfExists(Blueprint $blueprint, Fluent $command) Compile a drop table (if exists) command. Parameters Blueprint $blueprint Fluent $command Return Value string
Illuminate\Database\Console\Seeds Classes SeedCommand SeederMakeCommand
mixed selectOne(string $query, array $bindings = array()) Run a select statement and return a single result. Parameters string $query array $bindings Return Value mixed
Model createModel() Create a new instance of the model. Return Value Model
void fire() Execute the console command. Return Value void
Page 427 of 996