basyura's blog

あしたになったらほんきだす。

2009-08-17から1日間の記事一覧

テーブルを作ってインデックスを追加

DB = Sequel.sqlite('tusers.db') unless DB.table_exists? :users DB.create_table :users do primary_key :id text :screen_name, :unique => true text :name text :description integer :utc_offset text :time_zone text :location integer :followers_…