Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The Appointment Scheduling feature will be available from release 0.90. This page is currently work in progress.

To add a speciality we can run the following query.

INSERT INTO appointment_speciality (name, date_created, creator, uuid) VALUES ('Cardiology', NOW(), 1, UUID());
  • No labels