Diferencia entre revisiones de «Page text»
Ir a la navegación
Ir a la búsqueda
(Página creada con «<strong><big>La tabla `page_text`</big></strong> ''Esta tabla contiene los textos de los items que pueden leerse al hacerles clic derecho.''<br> == Estructura == {| class="mw-collapsible mw-collapsed wikitable" ! Field !! Type !! Atributes !! Key !! NULL !! Default !! Extra !! Comment |- | entry||mediumint(8)||unsigned||PRI||NO||0||| |- | text||longtext||signed|||NO||NULL||| |- | next_page||mediumint(8)||unsigned|||NO||0||| |- | WDBVerified||smallint(5)||signed|…») |
Sin resumen de edición |
||
Línea 4: | Línea 4: | ||
== Estructura == | == Estructura == | ||
{| class=" | {| class="wikitable" | ||
! Field !! Type !! Atributes !! Key !! NULL !! Default !! Extra !! Comment | ! Field !! Type !! Atributes !! Key !! NULL !! Default !! Extra !! Comment | ||
|- | |- | ||
| entry||mediumint(8)||unsigned||PRI||NO||0||| | | entry||mediumint(8)||unsigned||PRI||NO||0|||| | ||
|- | |- | ||
| text||longtext||signed|||NO||NULL||| | | text||longtext||signed|||||NO||NULL|||| | ||
|- | |- | ||
| next_page||mediumint(8)||unsigned|||NO||0||| | | next_page||mediumint(8)||unsigned|||||NO||0|||| | ||
|- | |- | ||
| WDBVerified||smallint(5)||signed|||YES||1||| | | WDBVerified||smallint(5)||signed|||||YES||1|||| | ||
|- | |- | ||
|} | |} |
Revisión actual - 12:11 23 may 2025
La tabla `page_text`
Esta tabla contiene los textos de los items que pueden leerse al hacerles clic derecho.
Estructura
Field | Type | Atributes | Key | NULL | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
entry | mediumint(8) | unsigned | PRI | NO | 0 | ||
text | longtext | signed | NO | NULL | |||
next_page | mediumint(8) | unsigned | NO | 0 | |||
WDBVerified | smallint(5) | signed | YES | 1 |
Descripción de los campos
entry
La ID del texto de la página. No puede repetirse.
text
El texto.
next_page
La ID del texto de la siguiente página.
WDBVerified
Usado por el equipo de TrinityCore para registrar si la información ha sido contrastada con el oficial. No nos interesa.