public
Description: The micro app I built for my Rails talk -- Microapp for social good - help pay Jeff's bills
Homepage:
Clone URL: git://github.com/kastner/jeff4good.git
kastner (author)
Fri May 30 16:03:02 -0700 2008
commit  6642435f9cda8fbc59a613912081e8ad3537fbe5
tree    d227f5c6af60f444e8b9ca07abca455648678b71
jeff4good / db.sqlite3
100644 2 lines (2 sloc) 3.072 kb
1
2
SQLite format 3@ &  !]tablestuffsstuffsCREATE TABLE 'stuffs' ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, email varchar(255), thing text, worth float, pledged_to text, pledged_at datetime, created_at datetime, updated_at datetime)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)tablestuffsstuffsCREATE TABLE 'stuffs' ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, email varchar(255), thing text, worth float, pledged_to text, pleged_at datetime, created_at datetime, updated_at datet  
stuffs