Bug #74239 | FixedLength appear in TimeSpan type EF migration | ||
---|---|---|---|
Submitted: | 6 Oct 2014 21:14 | Modified: | 18 May 2015 17:52 |
Reporter: | Gabriela Martinez Sanchez | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 6.8, 6.9 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[6 Oct 2014 21:14]
Gabriela Martinez Sanchez
[18 May 2015 17:48]
Chiranjeevi Battula
Hello Gabriela Martinez Sanchez, Thank you for the bug report. I could not repeat the issue on Visual Studio 2013 (C#.Net) with MySQL Connector/Net 6.9.6, EF6.1.1 and EF6.1.3. Thanks, Chiranjeevi.
[18 May 2015 17:49]
Chiranjeevi Battula
screenshot
Attachment: 74239.PNG (image/png, text), 63.25 KiB.
[11 Feb 2018 3:59]
g s
Same problem EntityFramework 6.2.0 MySql.Data , MySql.Data.Entity.EF6 6.10.6 Source.cs : [Column( TypeName = "time" )] public TimeSpan RunAt { get; set; } Migration : RunAt = c.Time(nullable: false, precision: 0, fixedLength: true)