Changes between Version 2 and Version 3 of Ticket #101


Ignore:
Timestamp:
04/20/2012 06:18:19 PM (14 years ago)
Author:
chenchongqi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #101 – Description

    v2 v3  
    99( 
    1010  company_id bigint NOT NULL, 
    11   recommend_status integer DEFAULT 0, -- 0:缺省... 
     11  recommend_status integer DEFAULT 0, -- 首页的推荐商家状态... 
    1212  CONSTRAINT ent_company_business_status_pkey PRIMARY KEY (company_id ) 
    1313)