github.com/walf443/mgr@v0.0.0-20150203144449-6f7a3a548462/cli/railssample/db/schema.sql (about)

     1  CREATE TABLE `hoge` (
     2      id INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
     3      PRIMARY KEY (id)
     4  );