Embedding categories in categories

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

For category pages with lots of entries, it may make sense to organize things under various headings.

To accomplish this we have created the ability to embed categories in their parent category.

See the Data Types page for an example of this.

Currently, the ability to do this is restricted to admins, but if you come across a category page that could benefit from this, please contact us. Please include a proposed categorization plan. For the Data Types page, a suggested plan would look like this:

Data Types


Numeric Data Types
  TINYINT
  BOOLEAN
  SMALLINT
  MEDIUMINT
  INT
  INTEGER
  BIGINT
  DECIMAL
  DEC, NUMERIC, FIXED
  FLOAT
  DOUBLE
  DOUBLE PRECISION
  BIT

String Data Types
  CHAR
  VARCHAR
  BINARY
  CHAR BYTE
  VARBINARY
  TINYBLOB
  BLOB
  BLOB DATA TYPE
  MEDIUMBLOB
  LONGBLOB
  TINYTEXT
  TEXT
  MEDIUMTEXT
  LONGTEXT
  ENUM
  SET Data Type
  Supported Character Sets and Collations
  Character Sets and Collations

Date and Time Data Types
  DATE
  TIME
  DATETIME
  TIMESTAMP
  YEAR Data Type

Geometry Types
  AUTO_INCREMENT

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.