Commit ade59eeb by lyh3024

fix

Change-Id: I333d8ba02f710ed08fdae4cc58be9f7cef38f5c0
parent e83168ac
from django.db import models
# Create your models here.
class Route(models.Model):
id = models.CharField()
index = models.CharField()
ip = models.CharField()
nextip = models.CharField()
country = models.CharField()
province = models.CharField()
city = models.CharField()
isp = models.CharField()
root_ip = models.CharField()
first_ip = models.CharField()
type = models.IntegerField()
time = models.TimeField()
# 余下表结构待补充
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