mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-11 06:21:40 +08:00
交易下单4-获取用户登录信息;Price拼写错误改正
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
Target Server Version : 50726
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 03/03/2022 23:08:26
|
||||
Date: 04/03/2022 17:15:21
|
||||
*/
|
||||
|
||||
SET NAMES utf8mb4;
|
||||
@@ -90,7 +90,7 @@ CREATE TABLE `order_info` (
|
||||
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||||
`user_id` int(11) NOT NULL DEFAULT 0,
|
||||
`item_id` int(11) NOT NULL,
|
||||
`item_pirce` decimal(10, 2) NOT NULL,
|
||||
`item_price` decimal(10, 2) NOT NULL,
|
||||
`amount` int(255) NOT NULL,
|
||||
`order_price` decimal(10, 2) NOT NULL,
|
||||
PRIMARY KEY (`id`) USING BTREE
|
||||
|
Reference in New Issue
Block a user