Changeset 24


Ignore:
Timestamp:
02/28/13 09:55:13 (11 years ago)
Author:
lucsch
Message:

Small Swisstopo model corrections

Location:
trunk/models/swisstopo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/models/swisstopo/user_structure.sql

    r22 r24  
    55  `Rock_Typ` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
    66  `Rock_Spe` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
    7   `Oeig_Descr` varchar(254) DEFAULT NULL,  
     7  `Orig_Descr` varchar(254) DEFAULT NULL,  
    88  `Protected` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
    99  PRIMARY KEY (`OBJECT_ID`), 
     
    6666  `Glac_Typ` varchar(254) DEFAULT NULL, 
    6767  `Ice_M_P` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
    68   `Quat_Str` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
     68  `Ref_Year` int(11) DEFAULT NULL, 
     69  `Source` varchar(254) DEFAULT NULL, 
    6970  PRIMARY KEY (`OBJECT_ID`), 
    7071  KEY `LAYER_ATX_FKIndex1` (`OBJECT_ID`) 
     
    138139CREATE TABLE `layer_at21` ( 
    139140 `OBJECT_ID` int(10) unsigned NOT NULL, 
    140  `Kind` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
    141141 `Plunge_Dir` int(11) DEFAULT NULL, 
    142142 `Plunge` int(11) DEFAULT NULL, 
     
    247247 `OBJECT_ID` int(10) unsigned NOT NULL, 
    248248 `Type` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
    249  `Altitude` decimal (5,2) DEFAULT NULL, 
     249 `Altitude` decimal (4,2) DEFAULT NULL, 
    250250  PRIMARY KEY (`OBJECT_ID`), 
    251251  KEY `LAYER_ATX_FKIndex1` (`OBJECT_ID`) 
     
    257257 `Dip_Direct` int(11) DEFAULT NULL, 
    258258 `Dip` int(11) DEFAULT NULL, 
    259  `Height` decimal (5,2) DEFAULT NULL, 
     259 `Height` decimal (4,2) DEFAULT NULL, 
    260260 `Mea_Period` varchar(254) DEFAULT NULL, 
    261261  PRIMARY KEY (`OBJECT_ID`), 
     
    267267 `OBJECT_ID` int(10) unsigned NOT NULL, 
    268268 `Confine` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
    269  `Altitude` decimal (5,2) DEFAULT NULL, 
     269 `Altitude` decimal (4,2) DEFAULT NULL, 
    270270 `Wa_Table` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
    271271  PRIMARY KEY (`OBJECT_ID`), 
     
    308308 `OBJECT_ID` int(10) unsigned NOT NULL, 
    309309 `Status` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
    310  `Depth_Tot` decimal (5,2) DEFAULT NULL, 
     310 `Depth_Tot` decimal (4,2) DEFAULT NULL, 
    311311 `Targ_Mat` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
    312312  PRIMARY KEY (`OBJECT_ID`), 
     
    335335 `OBJECT_ID` int(10) unsigned NOT NULL, 
    336336 `Drill_Mo` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
    337  `Depth_Bedr` decimal (5,2) DEFAULT NULL, 
     337 `Depth_Bedr` decimal (4,2) DEFAULT NULL, 
    338338 `D_C_Underg` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
    339339 `Main_Tar` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
    340340 `Targ_Mat` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
    341  `Depth_Tot` decimal (5,2) DEFAULT NULL, 
    342  `Depth_Fm_A` decimal (5,2) DEFAULT NULL, 
    343  `Depth_Fm_B` decimal (5,2) DEFAULT NULL, 
    344  `Depth_WT` decimal (5,2) DEFAULT NULL, 
     341 `Depth_Tot` decimal (4,2) DEFAULT NULL, 
     342 `Depth_Fm_A` decimal (4,2) DEFAULT NULL, 
     343 `Depth_Fm_B` decimal (4,2) DEFAULT NULL, 
     344 `Depth_WT` decimal (4,2) DEFAULT NULL, 
    345345 `Plunge_Dir` int(11) DEFAULT NULL,      
    346346 `Plunge` int(11) DEFAULT NULL,  
     
    356356 `Status` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
    357357 `Epoch` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
    358  `Depth` decimal (5,2) DEFAULT NULL, 
    359  `Depth_WT` decimal (5,2) DEFAULT NULL, 
     358 `Depth` decimal (3,2) DEFAULT NULL, 
     359 `Depth_WT` decimal (3,2) DEFAULT NULL, 
    360360 `Mea_Period` varchar(254) DEFAULT NULL, 
    361361  PRIMARY KEY (`OBJECT_ID`), 
Note: See TracChangeset for help on using the changeset viewer.