Day: April 18, 2011

On the “Something For Nothing” principle, and a new collecting obsession.

On that note, one issue I’m pondering is how strict I should make the data entry scheme for the typewriter database. for instance, here’s a possible schema for that table: CREATE TABLE typ_typewriters ( typ_id int(11) NOT NULL auto_increment, last_ts timestamp NOT NULL default CURRENT_TIMESTAMP, member_id int(11) NOT NULL default ‘0’, manufacturer varchar(250) default NULL, […]