mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 19:29:58 +00:00
IDK 1234
This commit is contained in:
7
application/dash/models.py
Normal file
7
application/dash/models.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from application import db
|
||||
|
||||
|
||||
class Service(db.Model):
|
||||
id = db.Column(db.Integer, primary_key=True)
|
||||
name = db.Column(db.String, nullable=False)
|
||||
url = db.Column(db.String, nullable=False)
|
||||
Reference in New Issue
Block a user