MySQL data storage question -


how store following code below its output in mysql table? how field made?

md5(uniqid(microtime(),1)) 

example.

field char(128) not null 

field char(32) not null

the output of md5() 32 characters long

but of course can save in binary format, in case should use:

field binary(16) not null


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

asp.net - call stack missing info on mono with apache and mod_mono -