CREATE TABLE admin (
  password varchar(255) DEFAULT '' NOT NULL,
  is_locked tinyint(4)
);
