User Table Created

parent c8847a7f
...@@ -3,7 +3,7 @@ from django.db.models.fields import AutoField ...@@ -3,7 +3,7 @@ from django.db.models.fields import AutoField
# Create your models here. # Create your models here.
#User Table
class Users(models.Model): class Users(models.Model):
UserID = models.AutoField(primary_key=True) UserID = models.AutoField(primary_key=True)
UserEmpID = models.CharField(max_length=5, default='00000') UserEmpID = models.CharField(max_length=5, default='00000')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment