Subversion Repositories VORC

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
208 - 1
## Table: WRSTBND_Class
2
#
3
# +-------+------------+------+-----+---------+-------+
4
# | Field | Type       | Null | Key | Default | Extra |
5
# +-------+------------+------+-----+---------+-------+
6
# | SKU   | mediumtext | YES  |     | NULL    |       |
7
# | Name  | mediumtext | YES  |     | NULL    |       |
8
# | ID    | mediumtext | YES  |     | NULL    |       |
9
# +-------+------------+------+-----+---------+-------+
10
 
11
CREATE TABLE `WRSTBND_Class` (
12
  `SKU` mediumtext COLLATE utf8mb4_unicode_ci,
13
  `Name` mediumtext COLLATE utf8mb4_unicode_ci,
14
  `ID` mediumtext COLLATE utf8mb4_unicode_ci
15
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci