home · contact · privacy
Enable server to alternatively output response ctx as JSON, for debugging and testing...
[plomtask] / migrations / 1_add_Todo_comment.sql
1 ALTER TABLE todos ADD COLUMN comment TEXT NOT NULL DEFAULT "";