今天時間比較緊,資料庫只設計了一部分,還是沒有考慮到細節,現簡要說一下吧。
四個部分:管理員,基礎設定,資金,物品。
先貼三個表試一試。明天還要在詳細設計,要考慮到很多關聯的地方。
c010
money_in
收入表mc01
1moneyinid
自動編號
int4
n1主鍵
mc01
2userid
使用者id
int4
n1mc01
3title
標題nvarchar20_
mc01
4moneyin
收入金額
decimal9_
二選一。
mc01
5kindinid
收入型別
int4
n1二選一。
mc01
6addeddate
日期datetime8_
mc01
7content
說明nvarchar20_
c020
money_out
支出表mc02
1moneyoutid
自動編號
int41主鍵
mc02
2userid
使用者id
int4
n1mc02
3title
標題nvarchar50_
mc02
4moneyout
支出金額
decimal9_
mc02
5kindoutid
支出型別
int4
n1mc02
6addeddate
日期datetime8_
mc02
7content
說明nvarchar20_
c030
money_inout
支出**表
mc03
1cityid
自動編號
int41主鍵
mc03
2userid
使用者id
int4
n1mc03
3moneyoutid
支出id
int4
n1一筆支出可以從多個收入獲取
mc03
4moneyinid
收入id
int4
n1同樣,一筆收入可以對應多筆支出
mc03
5moneys
金額decimal9_
從一筆收入裡提取的金額
資料庫系列 批量處理資料 Excel小助手
猿why在專案開發和專案運維期間遇到過一些情況,需要更新某一張表中的資料,目標更新資料 於當前資料庫不是同乙個資料來源 可能是業務同學甩過來的乙個excel 遇到這樣的情況,我的處理辦法是用excel中的資料,拼接sql語句去處理。比如這樣乙個簡單例子 update demotable set de...
DbHelper SQL資料庫訪問助手
using system using system.data using system.data.sqlclient namespace whir.software.framework.ultimate catch exception finally return flag endregion re...
DbHelper SQL資料庫訪問助手
using system using system.data using system.data.sqlclient namespace whir.software.framework.ultimate catch exception finally return flag endregion re...