Advertisement
Guest User

Untitled

a guest
Oct 14th, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. SET FOREIGN_KEY_CHECKS=0;
  2.  
  3. -- ----------------------------
  4. -- Table structure for `bootlog`
  5. -- ----------------------------
  6. DROP TABLE IF EXISTS `bootlog`;
  7. CREATE TABLE `bootlog` (
  8. `time` int(11) DEFAULT NULL,
  9. `hostname` int(11) DEFAULT NULL,
  10. `channel` int(11) DEFAULT NULL
  11. ) ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;
  12.  
  13. -- ----------------------------
  14. -- Records of bootlog
  15. -- ----------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement