I would like to be able to store a hash in my database column which at the moment is set at varchar 50
Is varchar 50 enough or should i use varchar 255
Thanks for your time
PHP Code:
$data['posthash'] = $this->encrypt->encode($no_important_data);
Is varchar 50 enough or should i use varchar 255
Thanks for your time