This commit is contained in:
VivianDee
2025-09-19 12:28:16 +01:00
parent 495ba93a4b
commit f25297611b
5 changed files with 19 additions and 4 deletions
-1
View File
@@ -1,4 +1,3 @@
from sqlalchemy import Column, Integer, String, Date, Numeric, CHAR
from app.extensions import db
-1
View File
@@ -1,4 +1,3 @@
from sqlalchemy import Column, Integer, String, Date, Numeric, CHAR
from app.extensions import db
class SimbrellaCustomer(db.Model):
-1
View File
@@ -1,4 +1,3 @@
from sqlalchemy import Column, Integer, String, Date, Numeric, CHAR
from app.extensions import db
-1
View File
@@ -1,4 +1,3 @@
from sqlalchemy import Column, Integer, String, Date, Numeric, CHAR
from app.extensions import db