Displaying 3 results from an estimated 3 matches for "atetime".
Did you mean:
datetime
2009 Jul 04
3
scaffolding
hi , i used the folllwing command to scaffold,
G:\my\webblog>ruby script/generate scaffold webblog id:integer
title:string body
:text created_at:datetime
after when i migrate with the follwing command
rake db:migrate
i got the error as
(in G:/my/webblog)
== 1 CreateWebblogs: migrating
================================================
-- create_table(:webblogs)
rake aborted!
Mysql::Error: You have an error in your SQL syntax; check the manual
that...
2008 Mar 29
0
message board help
Im trying to do the message board tutorial here but I have rain into a
problem
I get this error message
SQLite3::SQLException: table posts already exists: CREATE TABLE posts
("id" INTE
GER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text DEFAULT NULL,
"created_at" d
atetime NOT NULL, "name" varchar(100) DEFAULT NULL, "discussion_id"
integer NOT
NULL)
when I try to migrate this bit of code
class CreatePostsTable < ActiveRecord::Migration
def self.up
create_table :posts do |table|
table.column :body, :text
table.column :created_at,...
2016 Sep 22
2
issues compiling omega
...loadfile.o md5.o md5wrap.o xmlparse.o
metaxmlparse.o utf
8convert.o sample.o diritor.o runfilter.o freemem.o common/msvc_dirent.o
xpsxmlp
arse.o common/str.o pkglibbindir.o svgparse.o tmpdir.o urlencode.o
atomparse.o x
lsxparse.o opendocparse.o common/keyword.o msxmlparse.o common/safe.o
timegm.o d
atetime.o portability/mkdtemp.o -Wl,--enable-runtime-pseudo-reloc -lmagic
/home
/John/xapian-omega-1.4.0/../xapian-core-1.4.0/.libs/libxapian.dll.a
-lrpcrt4 -lw
s2_32 -lz -L/usr/local/lib
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lmagic
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:...