## SQL table schema: $sql = "create table if not exists views ( bucket integer, id integer null, views integer DEFAULT (0) );";