|
id
|
int(11)
|
|
|
|
|
category_id
|
int(11)
|
|
|
|
|
service_name
|
varchar(255)
|
|
|
|
|
description
|
text
|
|
|
|
|
duration_minutes
|
int(11)
|
|
|
|
|
price
|
decimal(10,2)
|
|
|
0.00
|
|
product_id
|
int(11)
|
|
|
|
|
doctor_commission_percentage
|
decimal(5,2)
|
|
|
0.00
|
|
staff_commission_percentage
|
decimal(5,2)
|
|
|
0.00
|
|
is_active
|
tinyint(1)
|
|
|
1
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|