Y
Hacker News
new
|
ask
|
show
|
jobs
by
pounderstanding
439 days ago
Migrations give more control.
Alter table foo add column bar; Update foo set bar=baz; Alter table foo modify column bar NOT NULL;
1 comments
skybrian
439 days ago
True. Perhaps annotating the schema would help for simple things?
link