Changes between Version 15 and Version 16 of oid/WorkLog/08-10-15


Ignore:
Timestamp:
Oct 15, 2008, 3:48:39 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • oid/WorkLog/08-10-15

    v15 v16  
    8383   * 轉出來的結果有錯,因為有用到 sequence (序列)
    8484{{{
    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 (
    8690-    int(11) auto_increment smallint auto_increment NOT NULL,
    8791+    serial int(11) auto_increment NOT NULL,