目录一、背景二、创建数据库和数据表1. 创建数据库2.创建数据表三、修改表结构1. 添加列2. 修改列3. 删除列四、添加约束1. 添加主键约束2. 添加外键约束3.添加唯一性约束五、示例代码-- 创建数据
the situation is like this: im creating a Logger class that can write to a file but the write_to_file() function is in a helper class as a static function.