Displaying 1 result from an estimated 1 matches for "numbers_link".
Did you mean:
numberslink
2006 May 03
6
ActiveRecord and Lost Connection
...not create record")
end
@logger.info "Done."
end
ruby_main
##
## Once the record is saved, you will get the following message:
##
## Record was successfully created.
## End of File
*Database Schema (MySQL)*
-- Create the simple user blog
-- Users have user-links
CREATE TABLE numbers_links (
id int(11) NOT NULL auto_increment,
main_url varchar(255) NOT NULL,
url_title varchar(128) NOT NULL,
url_description varchar(255),
source varchar(255),
keywords varchar(255),
created_on DATETIME DEFAULT ''0000-00-...