66 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			66 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
User
 | 
						|
    ident Text
 | 
						|
    name Text
 | 
						|
    charId Int64
 | 
						|
    password Text Maybe
 | 
						|
    lastLogin UTCTime
 | 
						|
    tokenExpires UTCTime
 | 
						|
    accessToken Text
 | 
						|
    UniqueUser ident
 | 
						|
    deriving Typeable
 | 
						|
 | 
						|
Email
 | 
						|
    email Text
 | 
						|
    user UserId
 | 
						|
    verkey Text Maybe
 | 
						|
    UniqueEmail email
 | 
						|
 | 
						|
Api
 | 
						|
    user UserId
 | 
						|
    keyID Int64
 | 
						|
    vCode Text
 | 
						|
    UniqueApiUser user
 | 
						|
 | 
						|
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
 | 
						|
 | 
						|
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)
 |