Skip to content

Adding timestamp column causes stacktrace #17

@quile

Description

@quile

If you use model/update to add a timestamp field to an existing model, and that existing model has data instances (ie. rows in its table), it will explode with a stacktrace complaining about non-nulls. It seems that timestamp columns are created with a NOT NULL qualifier but no default, so any existing rows would have NULLs.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions