Export to GitHub

cakephp-migrations - issue #43
Mysql db full schema generation - no tinyint/boolean
Posted on Nov 25, 2008 by
Grumpy Wombat
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.
Comment #1
Posted on Nov 25, 2008 by Grumpy OxWe no longer use Google code. Please recreate your ticket at http://devws.lighthouseapp.com/projects/19133-cakephp-db-migrations
Status: Invalid