Datenbank-Test

Zurück zum Dashboard
Datenbanktabellen
Übersicht über die vorhandenen Tabellen in der Datenbank

appointments

FeldTypNullSchlüsselStandardExtra
idint(11)NOPRINULLauto_increment
customer_idint(11)NOMULNULL
datedateNONULL
timetimeNONULL
durationint(11)YES30
typevarchar(100)YESNULL
notestextYESNULL
statusvarchar(50)YESscheduled
created_attimestampNOcurrent_timestamp()

customers

FeldTypNullSchlüsselStandardExtra
idint(11)NOPRINULLauto_increment
namevarchar(255)NONULL
first_namevarchar(255)YESNULL
last_namevarchar(255)YESNULL
emailvarchar(255)YESNULL
phonevarchar(50)YESNULL
addresstextYESNULL
birthdatedateYESNULL
insurancevarchar(255)YESNULL
insurance_numbervarchar(255)YESNULL
insurance_coveragevarchar(255)YESNULL
notestextYESNULL
created_attimestampNOcurrent_timestamp()
updated_attimestampNOcurrent_timestamp()on update current_timestamp()
is_companytinyint(1)YES0
is_businesstinyint(1)YES0
company_namevarchar(255)YESNULL

prescriptions

FeldTypNullSchlüsselStandardExtra
idint(11)NOPRINULLauto_increment
customer_idint(11)NOMULNULL
datedateNONULL
doctorvarchar(255)YESNULL
right_spherevarchar(50)YESNULL
right_cylindervarchar(50)YESNULL
right_axisvarchar(50)YESNULL
right_addvarchar(50)YESNULL
left_spherevarchar(50)YESNULL
left_cylindervarchar(50)YESNULL
left_axisvarchar(50)YESNULL
left_addvarchar(50)YESNULL
pdvarchar(50)YESNULL
insurance_coveragevarchar(255)YESNULL
notestextYESNULL
created_attimestampNOcurrent_timestamp()

purchase_items

FeldTypNullSchlüsselStandardExtra
idint(11)NOPRINULLauto_increment
purchase_idint(11)NOMULNULL
namevarchar(255)NONULL
typevarchar(50)NONULL
pricedecimal(10,2)NONULL
quantityint(11)NO1
detailstextYESNULL
created_attimestampNOcurrent_timestamp()

purchases

FeldTypNullSchlüsselStandardExtra
idint(11)NOPRINULLauto_increment
customer_idint(11)NOMULNULL
datedateNONULL
itemstextYESNULL
typevarchar(50)NONULL
statusvarchar(50)NONULL
totaldecimal(10,2)NONULL
insurance_providervarchar(255)YESNULL
insurance_coveragedecimal(10,2)YESNULL
notestextYESNULL
bexio_invoice_idint(11)YESNULL
created_attimestampNOcurrent_timestamp()
updated_attimestampNOcurrent_timestamp()on update current_timestamp()
payment_statusvarchar(50)YESpending
payment_methodvarchar(50)YESNULL
products_jsontextYESNULL

settings

FeldTypNullSchlüsselStandardExtra
idint(11)NOPRINULLauto_increment
setting_keyvarchar(100)NOUNINULL
setting_valuetextYESNULL
created_attimestampNOcurrent_timestamp()
updated_attimestampNOcurrent_timestamp()on update current_timestamp()