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:48:39 PM (18 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v15
|
v16
|
|
| 83 | 83 | * 轉出來的結果有錯,因為有用到 sequence (序列) |
| 84 | 84 | {{{ |
| 85 | | #!diff CREATE TABLE account ( |
| | 85 | #!diff |
| | 86 | --- account.sql.org 2008-10-15 23:23:54.000000000 +0800 |
| | 87 | +++ account.sql 2008-10-15 23:47:22.000000000 +0800 |
| | 88 | @@ -1,5 +1,5 @@ |
| | 89 | CREATE TABLE account ( |
| 86 | 90 | - int(11) auto_increment smallint auto_increment NOT NULL, |
| 87 | 91 | + serial int(11) auto_increment NOT NULL, |