Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ferretdayo/account_book
家計簿orおこづかい帳
https://github.com/ferretdayo/account_book
Last synced: 3 days ago
JSON representation
家計簿orおこづかい帳
- Host: GitHub
- URL: https://github.com/ferretdayo/account_book
- Owner: ferretdayo
- Created: 2014-01-08T14:47:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T14:48:34.000Z (almost 10 years ago)
- Last Synced: 2023-08-06T14:21:52.187Z (over 1 year ago)
- Language: PHP
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
account_book
============家計簿orおこづかい帳
MySQL設定
$sv にホスト名?
$dename にtable名?
$user にuser名
$pass にpasswordを入力してください。
tableは、
フィールド 種別 照合順序 NULL デフォルト
no int(20) いいえ 1
date varchar(20) utf8 はい NULL
pay int(30) はい NULL
earn int(30) はい NULL
detail varchar(150) utf8 はい NULL
こんな感じですかね。
ようわかんないやʅ(‾◡◝)ʃ