Parent Directory
|
Revision Log
|
Revision Graph
+ MySQL table is now UTF-8 encoded
| 1 | CREATE TABLE flatforum ( |
| 2 | uid int(10) unsigned NOT NULL default '0', |
| 3 | posts int(10) unsigned NOT NULL default '0', |
| 4 | PRIMARY KEY (uid) |
| 5 | ) TYPE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */; |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |