From 55c623c547ea0354209b33faa184a71a3cdda102 Mon Sep 17 00:00:00 2001 From: "Julio A. Leyva Osorio" Date: Thu, 22 Jul 2021 13:36:46 -0400 Subject: docs: Update db-characters-en (#606) --- docs/bugreport.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/bugreport.md') diff --git a/docs/bugreport.md b/docs/bugreport.md index e23017d..239d13f 100644 --- a/docs/bugreport.md +++ b/docs/bugreport.md @@ -9,8 +9,8 @@ | Field | Type | Attributes | Key | Null | Default | Extra | Comment | | -------------- | -------- | ---------- | --- | ---- | ------- | -------------- | ---------- | | [id][1] | INT | UNSIGNED | PRI | NO | | AUTO_INCREMENT | Identifier | -| [type][2] | LONGTEXT | | | NO | | | | -| [content][3] | LONGTEXT | | | NO | | | | +| [type][2] | LONGTEXT | SIGNED | | NO | | | | +| [content][3] | LONGTEXT | SIGNED | | NO | | | | [1]: #id [2]: #type @@ -29,4 +29,3 @@ ### content `field-no-description|3` - -- cgit