Note: You are currently viewing documentation for Moodle 3.11. Up-to-date documentation for the latest stable version of Moodle may be available here: Database structure.

Database structure: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 1: Line 1:
[[Development:Database Structure]]
On this page we will describe the structure of the database of a Moodle installation
On this page we will describe the structure of the database of a Moodle installation
 
===Introduction===
==Introduction==
 
All the data we set on our Moodle installation is stored on a database, the one we set on the installation, Moodle supports many database engines such MySql, Postgresql, etc.
All the data we set on our Moodle installation is stored on a database, the one we set on the installation, Moodle supports many database engines such MySql, Postgresql, etc.


As developers some times we need to know the structure of the tables, what are do they store and what each field mean.
As developers some times we need to know the structure of the tables, what are do they store and what each field mean.


[[Category:Developer|Database Structure]]
[[Category:Developer|Database Structure]]'''Bold text'''

Revision as of 03:24, 21 July 2008

On this page we will describe the structure of the database of a Moodle installation

Introduction

All the data we set on our Moodle installation is stored on a database, the one we set on the installation, Moodle supports many database engines such MySql, Postgresql, etc.

As developers some times we need to know the structure of the tables, what are do they store and what each field mean.Bold text