# life_pharmacy **Repository Path**: xiaofeizhu007/niushop_b2b2c ## Basic Information - **Project Name**: life_pharmacy - **Description**: 新西兰项目新授权 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 4 - **Created**: 2019-11-06 - **Last Updated**: 2023-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lifepharmacy ## SQL 添加 ```sql alter table ns_order add iepay_type VARCHAR(255) not null comment "iepay的类型"; alter table ns_order_payment add iepay_type VARCHAR(255) not null comment "iepay的类型"; ```