Skip to content

Instantly share code, notes, and snippets.

View crosalot's full-sized avatar

Panudate Vasinwattana crosalot

View GitHub Profile
@crosalot
crosalot / openhelp.mysql.sql
Created November 6, 2011 09:44 — forked from nazt/openhelp.mysql.sql
openhelp.mysql.sql
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
CREATE TABLE IF NOT EXISTS `location` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`level0` varchar(255),
`level1` varchar(255),
`level2` varchar(255),
`level3` varchar(255),