Fluent uuid(string $column) Create a new uuid column on the table. Parameters string $column Return Value Fluent
Fluent unsignedTinyInteger(string $column, bool $autoIncrement = false) Create a new unsigned tiny integer (1-byte) column on the table. Parameters string $column bool $autoIncrement Return Value Fluent
Fluent unsignedSmallInteger(string $column, bool $autoIncrement = false) Create a new unsigned small integer (2-byte) column on the table. Parameters string $column bool $autoIncrement Return Value Fluent
Fluent unsignedMediumInteger(string $column, bool $autoIncrement = false) Create a new unsigned medium integer (3-byte) column on the table. Parameters string $column bool $autoIncrement Return Value Fluent
Fluent unsignedInteger(string $column, bool $autoIncrement = false) Create a new unsigned integer (4-byte) column on the table. Parameters string $column bool $autoIncrement Return Value Fluent
Fluent unsignedBigInteger(string $column, bool $autoIncrement = false) Create a new unsigned big integer (8-byte) column on the table. Parameters string $column bool $autoIncrement Return Value Fluent
Fluent unique(string|array $columns, string $name = null, string|null $algorithm = null) Specify a unique index for the table. Parameters string|array $columns string $name string|null $algorithm Return Value Fluent
array toSql(Connection $connection, Grammar $grammar) Get the raw SQL statements for the blueprint. Parameters Connection $connection Grammar $grammar Return Value array
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
Fluent timeTz(string $column) Create a new time column (with time zone) on the table. Parameters string $column Return Value Fluent
Page 916 of 996