Skip to content

Incomplete type description printed in annotation #247

Closed
@PikachuEXE

Description

@PikachuEXE

There are several issues here, but all realated to #231

  • New type description is enforced without option to keep the old one
    Should have option to keep the old one and deprecated it for next major/minor version
    I never expect this kind of change in a patch level release
  • New type description is not display fully, see diff below:
-#  contact_name                          :string(255)           default(""), not null
-#  price                                         :integer
-#  annual_percentage_yield         :decimal(10, 4)
-#  last_calculate_estimate_at       :datetime
+#  contact_name                          :character varyin  default(""), not null
+#  price                                         :bigint(8)
+#  annual_percentage_yield         :numeric(10,4)(10
+#  last_calculate_estimate_at       :timestamp withou

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions