# # mSQL Dump (requires mSQL-1.0.6 or better) # # Host: localhost Database: events #-------------------------------------------------------- # # Table structure for table 'events' # CREATE TABLE events ( timestamp INT NOT NULL PRIMARY KEY, event_start_date INT, event_end_date INT, event_time CHAR(20), address CHAR(40), city CHAR(30), event_name CHAR(40), event_type CHAR(30), organization CHAR(40), host CHAR(40), contact CHAR(40), phone CHAR(20), cost CHAR(100), description CHAR(400), url CHAR(40), email CHAR(40), submitted CHAR(40), submit_date INT ) \g # # Dumping data for table 'events' # INSERT INTO events VALUES (850534129,852624000,853315200,'','321 South Ivy Avenue','Monrovia','Library Closed','','acol','Monrovia Public Library','Monica Greening','8183580174','','Library will be closed for a computer software upgrade 5:00pm on Thursday January 7th and will reopen Wednesday, January 15th.','','','',850464000)\g