I want to create a security field in the column, which will be used to do bit 'banging'
what data type should I use in my migration?
I want to create a security field in the column, which will be used to do bit 'banging'
what data type should I use in my migration?
Rails doesn't have any special support for that.
You should use integer
, may be with :limit => 8