https://github.com/mackerelio/mackerel-agent-plugins
$ua->is_iphone
とかできるやつ。なんかエイっとあげた。
create_table book => columns {
integer 'id', primary_key, auto_increment;
varchar 'name', null;
integer 'author_id', not_null;
decimal 'price', 'size' => [4,2];
add_index 'author_id_idx' => ['author_id'];
belongs_to 'author';
};