DEDECMS database Structure table name: Dede_member_operation field description is as follows:
Table Name: dede_member_operation
(ENGINE=MYISAM/CHARSET=GBK) Description: Member Product consumption information table field name description describes specific parameters oldinfo operation varchar (m) not NULL, product products varchar (a) NOT NULL, phttp://www.aliyun.com/zixun/aggregation/11696.html ">name product name varchar NOT NULL, STA state int (one) not null DEFAULT ' 0 ', Money price int (one) not null DEFAULT ' 0 ', aid product ID int (one) not NULL auto_increment, Buyid order number varchar () NOT NULL, Mtime purchase time Int (one) not null default ' 0 ', PID member product int (one) not null default ' 0 ', Mid member ID int (one) not null default ' 0 ', index:
PRIMARY KEY (' aid '),
KEY ' Buyid ' (' Buyid '),
KEY ' pid ' (' PID ', ' Mid ', ' STA ')