Nakiami / mellivora

Mellivora is a CTF engine written in PHP
GNU General Public License v3.0
441 stars 171 forks source link

Fix some database structure bug #55

Closed smallbigcake closed 8 years ago

smallbigcake commented 8 years ago
  1. Table exception column code should be varchar instead of int. Or there will be a problem when a exception occur like mysql [HY000].
  2. Table user column last_active should have a DEFAULT value like 0. Or when registering there will be a exception said no default value.
Nakiami commented 8 years ago

Thanks