|
Database Service Data Model
|
|
|
Table: 3g Spawn-Course-Duty-Type-Feed
|
E3G#SPW_CDT
|
|
|
|
|
|
| Spawn feed for creating and maintaining initial duty type records for courses.
|
|
|
Fields
|
The following box shows the 3 fields in this table.
|
|
| Name
| Content
| Length
| Empty?
|
| Course@
| Character/Fixed
| 8
| NO
|
| Session@
| Character/Fixed
| 2
| YES
|
| Type@
| Character/Fixed
| 8
| NO
|
|
|
Clusters
|
The following list shows the cluster containing this table.
|
|
|
|
Keys
|
There are no primary keys defined in this table.
|
|
|
|
There are no foreign keys posted into this table.
|
|
|
|
|
Links
|
There are no forward links from this table.
|
|
|
|
There are no reverse links from this table.
|
|
|
|
|
|
|
- CREATE TABLE spawn_course_duty_type_feed_3g (
- session CHAR(2),
- course CHAR(8) NOT NULL NOT DEFAULT,
- type CHAR(8) NOT NULL NOT DEFAULT
- ) WITH NODUPLICATES;
|
|