source: trunk/SQL/9.sql

Last change on this file was 56, checked in by chronos, 12 years ago
File size: 218 bytes
Line 
1ALTER TABLE `User` CHANGE `Note` `Note` TEXT CHARACTER SET utf8 COLLATE utf8_czech_ci NOT NULL ;
2ALTER TABLE `User` CHANGE `Fingerprint` `FingerPrint` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_czech_ci NOT NULL ;
Note: See TracBrowser for help on using the repository browser.