mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-11 18:31:41 +08:00
批量更新数据
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
| driver_id | int |
|
||||
| city_id | int |
|
||||
| status | enum |
|
||||
| request_at | date |
|
||||
| request_at | varchar |
|
||||
+-------------+----------+
|
||||
id 是这张表的主键(具有唯一值的列)。
|
||||
这张表中存所有出租车的行程信息。每段行程有唯一 id ,其中 client_id 和 driver_id 是 Users 表中 users_id 的外键。
|
||||
|
Reference in New Issue
Block a user