Просмотр поста

.
kantry
Hey guys! Finally I'm gonna change status!?

xman, Native code

CREATE TABLE `tbl_name` (
  `col1` int(11) NOT NULL AUTO_INCREMENT,
  `col2` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `col3` int(11) NOT NULL,
  `col4` int(11) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;