0% found this document useful (0 votes)
38 views1 page

Indexes Indexes: Categories - Extra Masteruser

This document describes the structure of several database tables including the fields, data types, and indexes for tables that contain user, account, expense, tag, and settings information. The tables are related to each other through foreign key fields like Usr_Id, Acc_Id, and Tag_Id to link user, account, and tag records between tables.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views1 page

Indexes Indexes: Categories - Extra Masteruser

This document describes the structure of several database tables including the fields, data types, and indexes for tables that contain user, account, expense, tag, and settings information. The tables are related to each other through foreign key fields like Usr_Id, Acc_Id, and Tag_Id to link user, account, and tag records between tables.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

masteruser

categories_extra

Usr_Id INT(11)
Usr_Fname VARCHAR(10)

Cat_Id INT(11)

Usr_Lname VARCHAR(10)

Usr_Id INT(11)
Cat_Name VARCHAR(50)

Usr_LoginDate DATETIME
Indexes

Cat_Type INT(11)
Indexes

accountinfo

settings

Acc_Id INT(11)

Set_Id INT(11)

Usr_Id INT(11)

Usr_Id INT(11)

Acc_Name VARCHAR(50)

Acc_Id INT(11)

Acc_Balance FLOAT

Date_Format_Id INT(11)

Acc_InTotal VARCHAR(3)

Currancy_Type_Id INT(11)

Acc_Status VARCHAR(3)

UsersEmailId VARCHAR(50)

Acc_Description VARCHAR(350)

UsersPhone VARCHAR(15)
Indexes

Created_On DATETIME
Indexes

dataformattable
expensetracker
Exp_ID INT(11)
Usr_Id INT(11)
Acc_Id INT(11)
Exp_CategoryID INT(11)
Amount FLOAT

tags

Exp_Type INT(11)

Tag_Id INT(11)

Tag_Id VARCHAR(10)

Usr_Id INT(11)

Comments VARCHAR(350)

Tag_Name VARCHAR(50)

CreatedOn DATETIME

Indexes

UpdatedOn DATETIME
Status VARCHAR(3)
Indexes

Data_Id INT(11)
Data_Type VARCHAR(50)
Data_Category VARCHAR(50)
Data_Comment VARCHAR(50)
Indexes

You might also like