Skip to content
ChaoticaDev edited this page Jan 8, 2017 · 2 revisions

HowTo

Creating a course via database can be achieved with the following SQL command:

INSERT INTO courses (Title, Description, Icon) VALUES ('Course Title', 'Course Description', 'Pregnant-96')


Creating a lesson via database can be achieved with the following SQL command:

INSERT INTO lessons (CID, Title, Description, Icon) VALUES ('1', 'Lesson Title', 'Lesson Description', 'Family Man Woman-96')

Clone this wiki locally