source:
trunk/SQL/9.sql
Last change on this file was 56, checked in by , 12 years ago | |
---|---|
File size: 218 bytes |
Line | |
---|---|
1 | ALTER TABLE `User` CHANGE `Note` `Note` TEXT CHARACTER SET utf8 COLLATE utf8_czech_ci NOT NULL ; |
2 | ALTER 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.