[MCOL-4371] When we declare a column as timestamp a default value is imposed Created: 2020-10-25 Updated: 2021-01-14 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Akshat | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MariaDB 10.4 running on Windows 10 using heidisql 11 |
||
| Attachments: |
|
| Description |
|
Sir, Now go and view the create code for the table. I can alter the table and remove the ON UPDATE value but I have been unable to remove both default and on update values While creating table these were not added and have caused an issue. It was damn difficult locating the issue. If default value in case of not null columns is a compulsion then how is there no default value for the char(50) field. I cannot add a row with a null value in the char() field. I agree with this behaviour. But adding a default value automatically is what I consider as a bug |