To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107224
------- Additional comments from [email protected] Thu Nov 26 12:40:55 +0000 2009 ------- -- MySQL dump 10.13 Distrib 5.1.41, for debian-linux-gnu (i486) -- -- Host: localhost Database: bellevue_kinder -- ------------------------------------------------------ -- Server version 5.1.41-2 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `pupil` -- DROP TABLE IF EXISTS `pupil`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pupil` ( `kinder_group` varchar(32) DEFAULT NULL, `alloc_nbr_pref` varchar(255) DEFAULT NULL, `kinder_name` varchar(128) DEFAULT NULL, `file_nbr` varchar(16) NOT NULL, `given_name` varchar(32) DEFAULT NULL, `surname` varchar(64) DEFAULT NULL, `DOB` date DEFAULT NULL, `year_attending_kinder3` int(4) DEFAULT NULL, `year_attending_kinder4` int(4) DEFAULT NULL, `is_special_needs` tinyint(1) DEFAULT NULL, `address_cor_1` varchar(64) DEFAULT NULL, `address_cor_2` varchar(64) DEFAULT NULL, `address_cor_suburb` varchar(32) DEFAULT NULL, `address_cor_state` varchar(16) DEFAULT NULL, `address_cor_pcode` varchar(8) DEFAULT NULL, `address_Child_1` varchar(64) DEFAULT NULL, `address_child_2` varchar(64) DEFAULT NULL, `address_child_suburb` varchar(32) DEFAULT NULL, `address_child_state` varchar(16) DEFAULT NULL, `address_child_pcode` varchar(8) DEFAULT NULL, `mothers_first_name` varchar(32) DEFAULT NULL, `mothers_last_name` varchar(32) DEFAULT NULL, `fathers_first_name` varchar(32) DEFAULT NULL, `fathers_last_name` varchar(32) DEFAULT NULL, `phone_home` varchar(32) DEFAULT NULL, `phone_mobile` varchar(32) DEFAULT NULL, `email` varchar(128) DEFAULT NULL, `is_health_care_card_holder` tinyint(1) DEFAULT NULL, `application_fee` varchar(4) DEFAULT NULL, `is_offer_made` tinyint(1) DEFAULT NULL, `is_offer_rejected` tinyint(1) DEFAULT NULL, `date_accepted` date DEFAULT NULL, `sex_of_child` varchar(1) DEFAULT NULL, `is_boroondara_resident` tinyint(1) DEFAULT NULL, PRIMARY KEY (`file_nbr`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pupil` -- /*!40103 SET time_zo...@old_time_zone */; /*!40101 SET sql_mo...@old_sql_mode */; /*!40014 SET foreign_key_chec...@old_foreign_key_checks */; /*!40014 SET unique_chec...@old_unique_checks */; /*!40101 SET character_set_clie...@old_character_set_client */; /*!40101 SET character_set_resul...@old_character_set_results */; /*!40101 SET collation_connecti...@old_collation_connection */; /*!40111 SET sql_not...@old_sql_notes */; -- Dump completed on 2009-11-26 23:36:26 --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
