Field interface.
Thie FieldInterface defines the contract for database migration field classes, providing methods to determine if the field is nullable or alterable.
FieldInterface
nullable() : $this
Determine if the field is nullable.
alter() : $this
Determine if the field is alterable.