wip
This commit is contained in:
parent
0a99abb52d
commit
7ce4914ea1
5 changed files with 182 additions and 37 deletions
|
@ -92,6 +92,7 @@ class App(db.Model):
|
|||
name = db.Column(db.String(64), nullable=False)
|
||||
server_id = db.Column(db.Integer, db.ForeignKey("servers.id"), nullable=False)
|
||||
documentation = db.Column(db.Text)
|
||||
url = db.Column(db.String(255), nullable=True)
|
||||
created_at = db.Column(db.DateTime, default=datetime.utcnow)
|
||||
updated_at = db.Column(
|
||||
db.DateTime, default=datetime.utcnow, onupdate=datetime.utcnow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue