Skip to content

Commit

Permalink
organized as instructed
Browse files Browse the repository at this point in the history
  • Loading branch information
Efrat-W committed May 27, 2024
1 parent 1ad58e2 commit aeda911
Show file tree
Hide file tree
Showing 18 changed files with 266 additions and 16,471 deletions.
78 changes: 39 additions & 39 deletions DGFiles/Data generator/ACCESSORIES.gd → DGFiles/ACCESSORIES.gd
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@

[General]
Version=1

[Preferences]
Username=
Password=2275
Database=
DateFormat=
CommitCount=0
CommitDelay=0
InitScript=

[Table]
Owner=HOZOHAR
Name=ACCESSORIES
Count=400

[Record]
Name=ACCPRICE
Type=NUMBER
Size=
Data=Random(50, 120)
Master=

[Record]
Name=ACCID
Type=NUMBER
Size=
Data=Sequence(1)
Master=

[Record]
Name=ACCNAME
Type=VARCHAR2
Size=15
Data=List('wet food', 'dry food','bone toy','cat collar','dog collar')
Master=


[General]
Version=1

[Preferences]
Username=
Password=2275
Database=
DateFormat=
CommitCount=0
CommitDelay=0
InitScript=

[Table]
Owner=HOZOHAR
Name=ACCESSORIES
Count=400

[Record]
Name=ACCPRICE
Type=NUMBER
Size=
Data=Random(50, 120)
Master=

[Record]
Name=ACCID
Type=NUMBER
Size=
Data=Sequence(1)
Master=

[Record]
Name=ACCNAME
Type=VARCHAR2
Size=15
Data=List('wet food', 'dry food','bone toy','cat collar','dog collar')
Master=

106 changes: 53 additions & 53 deletions DGFiles/Data generator/APPOINTMENT.gd → DGFiles/APPOINTMENT.gd
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@

[General]
Version=1

[Preferences]
Username=
Password=2490
Database=
DateFormat=dd-mm-yyyy
CommitCount=0
CommitDelay=0
InitScript=

[Table]
Owner=HOZOHAR
Name=APPOINTMENT
Count=400

[Record]
Name=APPDATE
Type=DATE
Size=
Data=Random('01/01/2021', '01/01/2025')
Master=

[Record]
Name=APPCOST
Type=NUMBER
Size=
Data=Random(100, 750)
Master=

[Record]
Name=APPID
Type=NUMBER
Size=
Data=Sequence(1)
Master=

[Record]
Name=PETID
Type=NUMBER
Size=
Data=List(select petId from Pet)
Master=

[Record]
Name=SID
Type=NUMBER
Size=
Data=List(select sID from Vet)
Master=


[General]
Version=1

[Preferences]
Username=
Password=2490
Database=
DateFormat=dd-mm-yyyy
CommitCount=0
CommitDelay=0
InitScript=

[Table]
Owner=HOZOHAR
Name=APPOINTMENT
Count=400

[Record]
Name=APPDATE
Type=DATE
Size=
Data=Random('01/01/2021', '01/01/2025')
Master=

[Record]
Name=APPCOST
Type=NUMBER
Size=
Data=Random(100, 750)
Master=

[Record]
Name=APPID
Type=NUMBER
Size=
Data=Sequence(1)
Master=

[Record]
Name=PETID
Type=NUMBER
Size=
Data=List(select petId from Pet)
Master=

[Record]
Name=SID
Type=NUMBER
Size=
Data=List(select sID from Vet)
Master=

32 changes: 0 additions & 32 deletions DGFiles/Data generator/SELL.gd

This file was deleted.

100 changes: 0 additions & 100 deletions DGFiles/FilesMockaroo/MOCKAROO_DATA.~sql

This file was deleted.

Loading

0 comments on commit aeda911

Please sign in to comment.