Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
132 B
MySQL
Raw Normal View History

ALTER TABLE `devices` CHANGE `sysObjectID` `sysObjectID` VARCHAR(128) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL;