Displaying 2 results from an estimated 2 matches for "homes_users".
Did you mean:
home_users
2006 May 24
1
AR many-many join tables - can they have created_on, updated_on ?
Hello all,
I''m creating a many-many join table between ''homes'' and ''users''. Can it
contain created_on? will AR update created_on, updated_on on this table?
CREATE homes_users (
home_id int not null,
user_id int not null,
created_on datetime null,
updated_on datetime null
)
Thanks for your advice!
--
------------------------------
Apple MacBook. Black. It''s the new White!
------------------------------
Peter Fitzgibbons
-------------- next part ------------...
2006 Jun 26
1
Rake + SQL Server + Migrations == Errors. Help?!
...abaseError: Count
OLE error code:8000FFFF in Microsoft OLE DB Provider for SQL Server
ITransaction::Commit or ITransaction::Abort was called, and object is
in a zombie state.
HRESULT error code:0x80020009
Exception occurred.: EXEC sp_helpindex homes
# Could not dump table "homes_users" because of following DBI::DatabaseError
# EOF
OLE error code:800A0E78 in ADODB.Recordset
Operation is not allowed when the object is closed.
HRESULT error code:0x80020009
Exception occurred.
# Could not dump table "lots" because of following
ActiveRecord::Stat...