IT::Scripting::SQLite::解析用テーブル定義::四大

create table fourth_element(
--四大テーブル
no            INTEGER primary key, -- 連番
fourth        text,                -- 四大
principle     text,                -- 原理
phenomena     text,                -- 象意
personality   text,                -- 人物
looks         text,                -- 容貌
character     text,                -- 性格
colors        text,                -- 色彩
numbers       text,                -- 数字
times         text,                -- 時間
direction     text,                -- 方位
season        text,                -- 季節
weather       text,                -- 天気
ticks         text,                -- 病気
location      text,                -- 場所
jobs          text,                -- 仕事
etc           text                 -- 雑象
);