ES utf8 * /;
/*! 40014 SET FOREIGN_KEY_CHECKS = 0 * /;
- Dumping database structure for ingenering_raschet1DATABASE IF EXISTS `ingenering_raschet1`; DATABASE IF NOT EXISTS `ingenering_raschet1`/*! 40100 DEFAULT CHARACTER SET cp1251 * /; `ingenering_raschet1`;
- Dumping structure for table ingenering_raschet1.kcdngTABLE IF EXISTS `kcdng`; TABLE IF NOT EXISTS `kcdng` (
`idkcdng` int (10) NOT NULL AUTO_INCREMENT,
`kcdng` int (10) NOT NULL, KEY (`idkcdng`)
) ENGINE = InnoDB DEFAULT CHARSET = cp1251;
- Data exporting was unselected.
- Dumping structure for table ingenering_raschet1.mestorogdeniaTABLE IF EXISTS `mestorogdenia`; TABLE IF NOT EXISTS `mestorogdenia` (
`idmestorogdenia` int (10) NOT NULL AUTO_INCREMENT,
`mestorogdenia` text NOT NULL, KEY (`idmestorogdenia`)
) ENGINE = InnoDB DEFAULT CHARSET = cp1251; код бази даних.
- Data exporting was unselected.
- Dumping structure for table ingenering_raschet1.plastTABLE IF EXISTS `plast`; TABLE IF NOT EXISTS `plast` (
`idplast` int (10) NOT NULL AUTO_INCREMENT,
`plast` text NOT NULL, KEY (`idplast`)
) ENGINE = InnoDB DEFAULT CHARSET = cp1251;
- Data exporting was unselected.
- Dumping structure for table ingenering_raschet1.raschetTABLE IF EXISTS `raschet`; TABLE IF NOT EXISTS `raschet` (
`idraschet` int (11) NOT NULL AUTO_INCREMENT,
`skv` int (11) NOT NULL DEFAULT '0 ',
`idmestorogdenia` int (11) NOT NULL,
`idkcdng` int (11) NOT NULL,
`idplast` int (11) NOT NULL,
`plastovoe_davlenie` float DEFAULT '0 ',
`velichina_protivodavlenia` float DEFAULT '0 ',
`dlina_stvola_skv_do_seredini_nignego_intervala_perforacii` float DEFAULT '0 ',
`udlinenie_stvola_skv_na_glubine_intervala_perforacii` float DEFAULT '0 ',
`obem_gidkosti_v_skv` float DEFAULT '0 ',
`obem_gidkosti_dlya_doliva_skvagin_v_processe_vedenia_rabot` float DEFAULT '0 ',
`potrebnost_v_mineralnom_veshestve_pri_prigotovlenii_1m3_rastvora` float DEFAULT '0 ',
`narugnii_diametr_ekspluatacionoy_koloni` float DEFAULT '0 ',
`tolshina_stenki` float DEFAULT '0 ',
`dlina_stvola_skv` float DEFAULT '0 ',
`udelnii_ves_gidkosti_glushenia`...