IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 4 and Version 5 of Raw_Images_Files_in_Nebulous


Ignore:
Timestamp:
Feb 29, 2012, 12:18:11 PM (14 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Raw_Images_Files_in_Nebulous

    v4 v5  
    1616CREATE DATABASE FilesStatistics;
    1717USE FilesStatistics;
    18 CREATE TABLE RawImages (id INT PRIMARY KEY AUTO_INCREMENT, host CHAR(7), INDEX(host), directory CHAR(3), INDEX(directory), ota CHAR(6), INDEX(ota), how_many INT, INDEX(how_many));
     18CREATE TABLE RawImages (id INT PRIMARY KEY AUTO_INCREMENT,
     19                        host CHAR(7), INDEX(host),
     20                        directory CHAR(3), INDEX(directory),
     21                        ota CHAR(6), INDEX(ota),
     22                        how_many INT, INDEX(how_many));
    1923}}}
    2024