Skip to content

Instantly share code, notes, and snippets.

View go-english's full-sized avatar
💭
I may be slow to respond.

Illuminate go-english

💭
I may be slow to respond.
  • shanghai
  • 21:34 (UTC +08:00)
View GitHub Profile

--
-- 表的结构 `area`
--
DROP TABLE IF EXISTS `area`;
CREATE TABLE IF NOT EXISTS `area` (
`id` int(11) NOT NULL auto_increment,
`areaID` int(11) NOT NULL,
`area` varchar(20) character set gbk NOT NULL,