Guest User

Untitled

a guest
Jun 20th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. class Info(models.Model):
  2.     oldid = models.BigIntegerField(null=True, db_column='info_OldID', blank=True, default = 0)
Advertisement
Add Comment
Please, Sign In to add comment