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