Fluent timestampTz(string $column) Create a new timestamp (with time zone) column on the table. Parameters string $column Return Value Fluent
void timestamps() Add nullable creation and update timestamps to the table. Return Value void
void timestampsTz() Add creation and update timestampTz columns to the table. Return Value void
Fluent timestamp(string $column) Create a new timestamp column on the table. Parameters string $column Return Value Fluent
Fluent time(string $column) Create a new time column on the table. Parameters string $column Return Value Fluent
Fluent string(string $column, int $length = 255) Create a new string column on the table. Parameters string $column int $length Return Value Fluent
Fluent text(string $column) Create a new text column on the table. Parameters string $column Return Value Fluent
void temporary() Indicate that the table needs to be temporary. Return Value void
Fluent softDeletes() Add a "deleted at" timestamp for the table. Return Value Fluent
Fluent softDeletesTz() Add a "deleted at" timestampTz for the table. Return Value Fluent
Page 917 of 996