insert_241014.sql 114 B

123456
  1. -- 创建站点表
  2. CREATE TABLE rider_station
  3. (
  4. id INT PRIMARY KEY,
  5. station_name VARCHAR(100)
  6. );