Skip to content
Nikolay Valkov (valkovn) edited this page Mar 5, 2018 · 4 revisions

Hello everyone! This will be our log book. If you upload something onto github make sure to write a detailed explanation of what you did here.(better late then never)This will help with keeping track of what's going on and who uploaded what.

05.03.2018 - Nick - Added the database The database has been created, for now it only has one table which is "mainGamePlayer". It has the columns ID(int),name(varchar(30)), cash(int),strikes(int),bank(int),lastOnline(date), score(int). The format to insert date is 'YYYY-MM-DD'.

Clone this wiki locally