Doctrine Project

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Doctrine 2 - ORM
  • Doctrine 2 - ORM
  • DDC-1737

MEDIUMTEXT field

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 2.3
  • Component/s: None
  • Security Level: All
  • Labels:
    None
  • Environment:
    Ubuntu/CentOS

Description

I have a field which I want to be mysql mediumtext
/**

  • @var string $description
  • @ORM\Column(name="description", type="string", length=65536)
    */
    private $description;

Everything is fine, field created as 'mediumtext'
but whenever I run
php app/console doctrine:schema:update --dump-sql

I get
ALTER TABLE table CHANGE description description MEDIUMTEXT NOT NULL;
though description is MEDIUMTEXT already.

Activity

  • All
  • Comments
  • History
  • Activity
  • Source

People

  • Assignee:
    Guilherme Blanco
    Reporter:
    Oleg
Vote (0)
Watch (0)

Dates

  • Created:
    29/Mar/12 6:58 PM
    Updated:
    23/May/12 3:42 AM
    Resolved:
    23/May/12 3:42 AM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Doctrine Project. Try JIRA - bug tracking software for your team.