python学习
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
# coding: utf-8
|
||||
from sqlalchemy import BigInteger, Column, DateTime, Integer, String, Text
|
||||
from sqlalchemy.schema import FetchedValue
|
||||
from application import db
|
||||
|
||||
from application import db
|
||||
|
||||
|
||||
class AppAccessLog(db.Model):
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
# coding: utf-8
|
||||
from sqlalchemy import Column, DateTime, Integer, String, Text
|
||||
from sqlalchemy.schema import FetchedValue
|
||||
from application import db
|
||||
|
||||
|
||||
|
||||
from application import db
|
||||
|
||||
|
||||
|
||||
class AppErrorLog(db.Model):
|
||||
|
||||
Reference in New Issue
Block a user