Skip to content

Commit

Permalink
📚数据库
Browse files Browse the repository at this point in the history
  • Loading branch information
arcxingye committed Jan 1, 2022
1 parent 95c8aa7 commit 6f350c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kano.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ CREATE TABLE `kano_rank` (
`area` varchar(255) NOT NULL,
`message` varchar(255) NOT NULL,
`attempts` int(11) NOT NULL,
PRIMARY KEY (`id`)
PRIMARY KEY (`id`),
UNIQUE (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

0 comments on commit 6f350c4

Please sign in to comment.