次の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.
これをどのように修正すればよいですか?提案?