-
Anonymous
Пожалуйста, MySQL Почему да [закрыто]
Сообщение
Anonymous »
Код: Выделить всё
Table structure for table `objects`--
CREATE TABLE `objects` (
`ID` int(11) NOT NULL,
`Model` int(11) NOT NULL DEFAULT 0,
`X` float NOT NULL DEFAULT 0,
`Y` float NOT NULL DEFAULT 0,
`Z` float NOT NULL DEFAULT 0,
`RotX` float NOT NULL DEFAULT 0,
`RotY` float NOT NULL DEFAULT 0,
`RotZ` float NOT NULL DEFAULT 0,
`Vw` int(11) NOT NULL DEFAULT 0,
`Int` int(11) NOT NULL DEFAULT 0,
`LinkMap` int(11) NOT NULL DEFAULT 0,
`Materials` varchar(512) NOT NULL DEFAULT '0',
`MatsColor` varchar(512) NOT NULL DEFAULT '0',
`House` int(11) NOT NULL DEFAULT 0,
`Business` int(11) NOT NULL DEFAULT 0,
`MatsText` int(11) NOT NULL DEFAULT 0,
`MatsTextIndex` int(11) NOT NULL DEFAULT 0,
`Text` text NOT NULL DEFAULT '0',
`MatsTextSize` int(11) NOT NULL DEFAULT 0,
`MatsTextFont` varchar(128) NOT NULL DEFAULT '0',
`MatsTextFontSize` int(11) NOT NULL DEFAULT 0,
`MatsTextBold` int(11) NOT NULL DEFAULT 0,
`MatsTextColor` int(11) NOT NULL DEFAULT 0,
`MatsTextBackColor` int(11) NOT NULL DEFAULT 0,
`MatsTextAlignment` int(11) NOT NULL DEFAULT 0)
ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
Почему так, я надеюсь, что это может быть завершено
Подробнее здесь:
https://stackoverflow.com/questions/796 ... -kenapa-ya
1749455074
Anonymous
[code]Table structure for table `objects`--
CREATE TABLE `objects` (
`ID` int(11) NOT NULL,
`Model` int(11) NOT NULL DEFAULT 0,
`X` float NOT NULL DEFAULT 0,
`Y` float NOT NULL DEFAULT 0,
`Z` float NOT NULL DEFAULT 0,
`RotX` float NOT NULL DEFAULT 0,
`RotY` float NOT NULL DEFAULT 0,
`RotZ` float NOT NULL DEFAULT 0,
`Vw` int(11) NOT NULL DEFAULT 0,
`Int` int(11) NOT NULL DEFAULT 0,
`LinkMap` int(11) NOT NULL DEFAULT 0,
`Materials` varchar(512) NOT NULL DEFAULT '0',
`MatsColor` varchar(512) NOT NULL DEFAULT '0',
`House` int(11) NOT NULL DEFAULT 0,
`Business` int(11) NOT NULL DEFAULT 0,
`MatsText` int(11) NOT NULL DEFAULT 0,
`MatsTextIndex` int(11) NOT NULL DEFAULT 0,
`Text` text NOT NULL DEFAULT '0',
`MatsTextSize` int(11) NOT NULL DEFAULT 0,
`MatsTextFont` varchar(128) NOT NULL DEFAULT '0',
`MatsTextFontSize` int(11) NOT NULL DEFAULT 0,
`MatsTextBold` int(11) NOT NULL DEFAULT 0,
`MatsTextColor` int(11) NOT NULL DEFAULT 0,
`MatsTextBackColor` int(11) NOT NULL DEFAULT 0,
`MatsTextAlignment` int(11) NOT NULL DEFAULT 0)
ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
[/code] Почему так, я надеюсь, что это может быть завершено
Подробнее здесь: [url]https://stackoverflow.com/questions/79658507/tolong-mysql-nya-kenapa-ya[/url]