Changeset 28


Ignore:
Timestamp:
03/01/13 12:52:40 (11 years ago)
Author:
lucsch
Message:

Correcting float size

File:
1 edited

Legend:

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

    r24 r28  
    247247 `OBJECT_ID` int(10) unsigned NOT NULL, 
    248248 `Type` int(11) DEFAULT NULL COMMENT 'ENUMERATION', 
    249  `Altitude` decimal (4,2) DEFAULT NULL, 
     249 `Altitude` decimal (6,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 (4,2) DEFAULT NULL, 
     259 `Height` decimal (6,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 (4,2) DEFAULT NULL, 
     269 `Altitude` decimal (6,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 (4,2) DEFAULT NULL, 
     310 `Depth_Tot` decimal (6,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 (4,2) DEFAULT NULL, 
     337 `Depth_Bedr` decimal (6,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 (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, 
     341 `Depth_Tot` decimal (6,2) DEFAULT NULL, 
     342 `Depth_Fm_A` decimal (6,2) DEFAULT NULL, 
     343 `Depth_Fm_B` decimal (6,2) DEFAULT NULL, 
     344 `Depth_WT` decimal (5,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 (3,2) DEFAULT NULL, 
    359  `Depth_WT` decimal (3,2) DEFAULT NULL, 
     358 `Depth` decimal (5,2) DEFAULT NULL, 
     359 `Depth_WT` decimal (5,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.