\Omega\Database\Migration\Field FieldInterface

Field interface.

Thie FieldInterface defines the contract for database migration field classes, providing methods to determine if the field is nullable or alterable.

Summary

Methods
Constants
nullable()
alter()
No public constants found

Methods

nullable()

nullable() : $this

Determine if the field is nullable.

Returns

$this —

alter()

alter() : $this

Determine if the field is alterable.

Returns

$this —