IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 27, 2020, 12:40:09 PM (6 years ago)
Author:
eugene
Message:

adding new tables for stackExternalStacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/stack.md

    r34731 r41296  
    7575    stack_id       S64      0       # Primary Key fkey(stack_id) ref stackRun(stack_id)
    7676END
     77
     78stackExternalCamera METADATA
     79    ext_camera_id  S64      0       # Primary Key AUTO_INCREMENT
     80    ext_camera     STR     64
     81END
     82
     83stackExternalStack METADATA
     84    stack_id       S64      0       # Primary Key
     85    ext_stack_id   S64      0
     86    ext_camera_id  S64      0       # fkey(ext_camera_id) ref stackExternalCamera(ext_camera_id)
     87END
Note: See TracChangeset for help on using the changeset viewer.