Table of Contents

Management

Rename

beware !!: why_alter_table_is_such_a_problem_for_sqlite

Since SQLite 3.25.0.

Alter table syntax

ALTER TABLE schema.table RENAME COLUMN oldname TO newname.

Collation

You can define a collation (string comparison) on the column definition. See collation on table