forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
541 B
Text
12 lines
541 B
Text
This module is useful if you manage data which has a lot of on/off attributes
|
|
like active, inactive, deleted, important, etc. If you do not want to add an
|
|
extra column for each of those attributes you can easily specify them in one
|
|
integer column.
|
|
|
|
A bit field is a way to store multiple bit values on one integer field.
|
|
|
|
The main benefit from this module is that you can add additional attributes
|
|
to your result class whithout the need to deploy or change the schema on the
|
|
data base.
|
|
|
|
WWW: http://search.cpan.org/dist/DBIx-Class-BitField/
|