changed the datatype of "attack" in the event_fight_rounds

main
hecht 13 years ago
parent cd765c128e
commit b3e64937bd

@ -587,7 +587,7 @@ CREATE TABLE `event_fight_rounds` (
`defense` int(11) NOT NULL, `defense` int(11) NOT NULL,
`luck` int(11) NOT NULL, `luck` int(11) NOT NULL,
`stamina` int(11) NOT NULL, `stamina` int(11) NOT NULL,
`attack` varchar(30) DEFAULT NULL, `attack` int(11) DEFAULT NULL,
`damage` varchar(30) DEFAULT NULL, `damage` varchar(30) DEFAULT NULL,
`visible` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `visible` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`event_id`,`event_fight_id`,`event_char_id`,`round`), PRIMARY KEY (`event_id`,`event_fight_id`,`event_char_id`,`round`),

Loading…
Cancel
Save