# MySQL dump 7.1 # # Host: localhost Database: eCam #-------------------------------------------------------- # Server version 3.22.32 # # Table structure for table 'images' # CREATE TABLE images ( id int(11) DEFAULT '0' NOT NULL auto_increment, ts int(11) DEFAULT '0' NOT NULL, caption text, img blob, PRIMARY KEY (id) );