diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2014-11-16 03:08:46 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2015-02-24 01:53:54 +0900 |
commit | b8d320c1294aa582ff34e1b15782c084edc0386b (patch) | |
tree | ffbc62d8615b78e8f18c9d27b492777f9e3382f3 /actionmailer/Rakefile | |
parent | e71f5dad4e0d27afbcc091173bee20bd6f4d2a4e (diff) | |
download | rails-b8d320c1294aa582ff34e1b15782c084edc0386b.tar.gz rails-b8d320c1294aa582ff34e1b15782c084edc0386b.tar.bz2 rails-b8d320c1294aa582ff34e1b15782c084edc0386b.zip |
Allow `:limit` option for MySQL bigint primary key support
Example:
create_table :foos, id: :primary_key, limit: 8 do |t|
end
# or
create_table :foos, id: false do |t|
t.column :id, limit: 8
end
Diffstat (limited to 'actionmailer/Rakefile')
0 files changed, 0 insertions, 0 deletions