Skip to content

Instantly share code, notes, and snippets.

@akira1908jp
Last active December 17, 2015 04:09
Show Gist options
  • Save akira1908jp/5548231 to your computer and use it in GitHub Desktop.
Save akira1908jp/5548231 to your computer and use it in GitHub Desktop.
パスワード管理テーブル
create table web_service (
service_url varchar(255),
singin_id varchar(255),
password varchar(125),
primary key(service_url)
)
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment