This tables stores "Norad Two Line Elements (TLE) " for satellites. It could have none or one entry per satellite.
| Field | null | Description |
|---|---|---|
| norad_number | no | unique Norad Number, primary key, defined by the satellite |
| tle_name | no | free text, name of TLE |
| tle_line1 | no | free text, first line of TLE |
| tle_line2 | no | free text, second line of TLE |
| default | no | boolean, true meaning this is the default table track |
| comment | yes | free text |
| modified | no | timestamp, generated by database at creation time |