usgo / online-ratings

AGA Online Ratings protocol and implementation
MIT License
23 stars 12 forks source link

Not null db schema #70

Closed brilee closed 7 years ago

brilee commented 8 years ago

Helps ensure db integrity. This way, we can do things like call self.date_played.isoformat() without worrying whether date_played is None or an actual datetime instance.

I noticed a lot of unused fields - Rating.sigma, User.login_count, User.last_login_ip, and more. @amj any thoughts on these?