close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 15, 2008, 3:47:15 PM (17 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v13
|
v14
|
|
| 99 | 99 | password varchar(20) NOT NULL |
| 100 | 100 | -, PRIMARY KEY(`int(11)`) |
| | 101 | - ) TYPE=MyISAM; |
| 101 | 102 | +, PRIMARY KEY(`serial`) |
| 102 | | - ) TYPE=MyISAM; |
| 103 | 103 | + ) TYPE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci; |
| 104 | 104 | }}} |