... | ... | @@ -8,12 +8,12 @@ |
|
|
- user: ***
|
|
|
- password: ***
|
|
|
- database: bdp_pdd
|
|
|
- table: pdd_find_goods
|
|
|
- table: pdd_found_goods
|
|
|
|
|
|
### 建表语句
|
|
|
|
|
|
```sql
|
|
|
CREATE TABLE if not exists bdp_pdd.`pdd_find_goods` (
|
|
|
CREATE TABLE if not exists bdp_pdd.`pdd_found_goods` (
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增主键',
|
|
|
`platform_name` varchar(16) DEFAULT NULL COMMENT '平台名称',
|
|
|
`goods_id` varchar(64) DEFAULT NULL COMMENT '商品ID',
|
... | ... | |