mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Added compatibility with camelCase column names for dynamic finders #533 [Dee.Zsombor]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1263 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -113,7 +113,8 @@ CREATE TABLE binaries (
|
||||
|
||||
CREATE TABLE computers (
|
||||
id int NOT NULL IDENTITY(1, 1) PRIMARY KEY,
|
||||
developer int NOT NULL
|
||||
developer int NOT NULL,
|
||||
extendedWarranty int NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE posts (
|
||||
|
||||
Reference in New Issue
Block a user