[eluser]bogdan3l[/eluser]
Hello!
1.
------------------------------------------------------------------------------------------
Why session_id field is varchar(40)?
Each session_id has a length of 32 characters.
Should I change this field to char(32)?
2.
------------------------------------------------------------------------------------------
Why ip_address field is varchar(16)?
An ip_address like 192.155.135.125 has a length of 15 characters.
Should I change this field to varchar(15)?
------------------------------------------------------------------------------------------
I hope someone can answer me at this questions. Thank you!
These small changes will help me sleep better at night

.