diff options
Diffstat (limited to 'lcm/pub/database/models.py')
-rw-r--r-- | lcm/pub/database/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/pub/database/models.py b/lcm/pub/database/models.py index 306cc510..22a7a6b3 100644 --- a/lcm/pub/database/models.py +++ b/lcm/pub/database/models.py @@ -302,7 +302,7 @@ class ServiceBaseInfoModel(models.Model): active_status = models.CharField(db_column='activeStatus', max_length=20) status = models.CharField(db_column='status', max_length=20) creator = models.CharField(db_column='creator', max_length=50) - create_time = models.BigIntegerField(db_column='createTime', max_length=20) + create_time = models.BigIntegerField(db_column='createTime') class WFPlanModel(models.Model): |