mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-11 02:11:42 +08:00
批量更新数据
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
| driver_id | int |
|
||||
| city_id | int |
|
||||
| status | enum |
|
||||
| request_at | date |
|
||||
| request_at | varchar |
|
||||
+-------------+----------+
|
||||
id is the primary key (column with unique values) for this table.
|
||||
The table holds all taxi trips. Each trip has a unique id, while client_id and driver_id are foreign keys to the users_id at the Users table.
|
||||
|
Reference in New Issue
Block a user