在执行以下 SQL 查询时
alter table tablename add columnname boolean not null default false;
我收到以下错误消息:
The name "false" is not permitted in this context. Valid expressions are constants, constant expressions, and (in some contexts) variables. Column names are not permitted.
我应该如何解决这个问题?建议?