Ignore:
Timestamp:
2006/12/16 18:29:47 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/install/index.php

    r10685 r10765  
    824824    // ¥­¥ã¥ó¥Ú¡¼¥ó¥Æ¡¼¥Ö¥ë 
    825825    sfColumnExists("dtb_campaign", "directory_name", "text NOT NULL", $dsn, true); 
    826     sfColumnExists("dtb_campaign", "limit_count", "int", $dsn, true); 
    827     sfColumnExists("dtb_campaign", "total_count", "int", $dsn, true); 
     826    sfColumnExists("dtb_campaign", "limit_count NOT NULL DEFAULT 0", "int", $dsn, true); 
     827    sfColumnExists("dtb_campaign", "total_count NOT NULL DEFAULT 0", "int", $dsn, true); 
    828828    sfColumnExists("dtb_campaign", "orverlapping_flg", "int2 NOT NULL DEFAULT 0", $dsn, true); 
    829829    sfColumnExists("dtb_campaign", "cart_flg", "int2 NOT NULL DEFAULT 0", $dsn, true); 
Note: See TracChangeset for help on using the changeset viewer.