1
0
EQ2Emu/docs/database/world/flight_paths_locations.md
2025-05-04 14:34:15 -04:00

361 B

Table: flight_paths_locations

Description:

Defines flight_paths_locations table in the World database.

Columns:

  • id (int(10), PRIMARY KEY, AUTO_INCREMENT, NOT NULL)
  • flight_path (int(10), NOT NULL, DEFAULT 0)
  • x (float, NOT NULL, DEFAULT 0)
  • y (float, NOT NULL, DEFAULT 0)
  • z (float, NOT NULL, DEFAULT 0)

Primary Keys:

  • id