First steps...

This commit is contained in:
Stefan Dresselhaus
2015-04-26 22:18:24 +02:00
parent d1808ad4d7
commit 7b18752be2
8 changed files with 101 additions and 5 deletions

View File

@ -1,12 +1,64 @@
User
ident Text
password Text Maybe
lastLogin UTCTime default=now()
UniqueUser ident
deriving Typeable
Email
email Text
user UserId Maybe
verkey Text Maybe
UniqueEmail email
Api
user User
keyID Int64
vCode Text
Character
auth Api
charID Int64
brokerRelations Int default=0
accounting Int default=0
charName Text
escrow Double default=0
transaction_cu Int64 default=0
standings_cu Int64 default=0
balance_cu Int64 default=0
escrow_cu Int64 default=0
UniqueChar charID
FactionStandings
char Character
factionID Int64
corpname Text
standing Double
UserChars
user User
char Character
CharOrders
char Character
typeID Int64
volRemaining Double
range Int64
orderID Int64
volEntered Int64
minVolume Int64
isBuy Bool
issueDate UTCTime
duration Int64
stationID Int64
regionID Int64
solarSystemID Int64
escrow Double
orderState Int64
accountID Int64
isCorp Bool
-- By default this file is used in Model.hs (which is imported by Foundation.hs)

View File

@ -5,3 +5,5 @@
/robots.txt RobotsR GET
/ HomeR GET POST
/wallet WalletR GET
/register RegisterR GET POST