Database Table

A database table is a structure that organises data into rows and columns. Each row, or 'record', represents an object and the information about that object. The columns represent specific attributes or properties of each object. In a relational database, multiple tables can be linked together to represent relationships between data.

Scripts provided in the MineMarket installation package are used to create and upgrade the table structures in the MineMarket database.

Read more about MineMarket Database Configuration.