As an anonymous user, you can only add new data. If you would like to also modify existing data, please create an account and indicate your languages on your user page.
Help:Text table
From OmegaWiki
| ↑ Help:Index | Database layout | Text table |
The Text table contains all the texts such as definitions (but not the expressions which are stored in the Expression table).
+------------+-----------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +------------+-----------------+------+-----+---------+----------------+ | text_id | int(8) unsigned | NO | PRI | NULL | auto_increment | | text_text | mediumblob | NO | | NULL | | | text_flags | tinyblob | NO | | NULL | | +------------+-----------------+------+-----+---------+----------------+
[edit] Fields
- text_id
- An id to identify the text (primary key). It is referred to for example from the Translated Content table.
- text_text
- The text itself.
- text_flags
- ... What it that??? Seems always set to "" in the database.