Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.30 KB | None | 0 0
  1. CREATE TABLE atcpcondb.magazine (
  2.   id BIGINT(20) DEFAULT NULL,
  3.   `group` tinytext DEFAULT NULL,
  4.   countStudent INT(11) DEFAULT NULL,
  5.   classroomTeacher text DEFAULT NULL,
  6.   edit text DEFAULT NULL,
  7.   allSigned tinyint(1) DEFAULT NULL
  8. )
  9. ENGINE = INNODB
  10. CHARACTER SET utf8
  11. COLLATE utf8_general_ci;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement