mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
"string" isn't a valid column type for ActiveRecord
Conflicts: activerecord/test/cases/adapters/sqlite3/sqlite3_adapter_test.rb
This commit is contained in:
parent
b23330745b
commit
ce95fb2991
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ module ActiveRecord
|
|||
DualEncoding.connection.execute(<<-eosql)
|
||||
CREATE TABLE dual_encodings (
|
||||
id integer PRIMARY KEY AUTOINCREMENT,
|
||||
name string,
|
||||
name varchar(255),
|
||||
data binary
|
||||
)
|
||||
eosql
|
||||
|
|
Loading…
Reference in a new issue