articles_pickup
Description
Table Definition
CREATE TABLE `articles_pickup` (
`id` char(20) COLLATE utf8mb4_bin NOT NULL,
`data` text COLLATE utf8mb4_bin NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin
Columns
Name | Type | Default | Nullable | Children | Parents | Comment |
---|---|---|---|---|---|---|
id | char(20) | false | ||||
data | text | false |
Constraints
Name | Type | Definition |
---|---|---|
PRIMARY | PRIMARY KEY | PRIMARY KEY (id) |
Indexes
Name | Definition |
---|---|
PRIMARY | PRIMARY KEY (id) USING BTREE |
Relations
Generated by tbls