Skip to content

projectclubgit/chess-academy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess-academy

Database Configuration

Creating database

create database ashwa;

Creating table

CREATE TABLE users ( UID int(20) AUTO_INCREMENT Primary key , NAME varchar(65) NOT NULL , AGE int(65) NOT NULL , GUARDIAN_NAME varchar(65) NOT NULL,
EMAIL varchar(65) NOT NULL, ADDRESS varchar(65) NOT NULL, PHONE_O int(65) NOT NULL, PHONE_H int(65) NOT NULL );

Creator

Start Bootstrap was created by and is maintained by David Miller, Managing Parter at Iron Summit Media Strategies.

Start Bootstrap is based on the Bootstrap framework created by Mark Otto and Jacob Thorton.

Copyright and License

Copyright 2013-2015 Iron Summit Media Strategies, LLC. Code released under the Apache 2.0 license