- Anonymous
- Tuesday, February 9th, 2010 at 8:23:05am MST
- CREATE TABLE `thankyous` (
- `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
- `gift` varchar(255) NOT NULL,
- `household` varchar(255) NOT NULL,
- `gift_received` date DEFAULT NULL,
- `thank_you_sent` date DEFAULT NULL,
- `address` text NOT NULL,
- `notes` varchar(255) NOT NULL,
- `thank_you` text,
- `status` enum('Not done','Ready to write','Written','Sent','Hold') NOT NULL,
- PRIMARY KEY (`id`),
- KEY `thank_you_sent` (`thank_you_sent`),
- KEY `status` (`status`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.