可运行
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
# coding: utf-8
|
||||
from sqlalchemy import Column, DateTime, Integer, String
|
||||
from sqlalchemy.schema import FetchedValue
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
|
||||
|
||||
db = SQLAlchemy()
|
||||
from application import db
|
||||
|
||||
|
||||
class Membermiya(db.Model):
|
||||
|
||||
Reference in New Issue
Block a user