ConstraintColumn
trait ConstraintColumn (View source)
Methods
addForeign(string $name, array $attributes = [])
Add Foreign KEY constraints
dropForeign(string|array $name, bool $as_raw = false)
Drop constraints column;
dropPrimary()
Drop primary column;
dropUnique(string $name)
Drop table unique;
Details
Table
addForeign(string $name, array $attributes = [])
Add Foreign KEY constraints
Table
dropForeign(string|array $name, bool $as_raw = false)
Drop constraints column;
Table
addIndex(string $name)
Add table index;
Table
dropIndex(string $name)
Drop table index;
Table
dropPrimary()
Drop primary column;
Table
addUnique(string $name)
Add table unique;
Table
dropUnique(string $name)
Drop table unique;