#3 new
nikiforov.nikolai (at gmail)

Mysql db full schema generation - no tinyint/boolean

Reported by nikiforov.nikolai (at gmail) | November 26th, 2008 @ 11:35 AM

What steps will reproduce the problem?

  1. create a mysql table with tinyint(1) column

  2. cake migrate g from db

  3. look at full_schema.yml

What is the expected output? What do you see instead? Expected:

UP:

create_table:

table_name:
  tinyint_column:
    type: boolean
    not_null:

But got: ...

  tinyint_column:
    type: integer
    length: 11
    not_null:

It is Mysql-Db, i dont know if it works or not on another DB.

No comments found

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Pages