chamilo / chash

Chamilo Shell
GNU General Public License v3.0
15 stars 10 forks source link

Remove "unsigned" int tables #30

Open jmontoyaa opened 10 years ago

jmontoyaa commented 10 years ago

This is specific to the Mysql database, instead of using "int unsigned" use bigint, smallint or int.

ywarnier commented 10 years ago

This looks good in the code. Is there something preventing you for closing this issue?