Skip to content

binlinquge/GREWordDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

GREWordDatabase

A simple web page to record and search words. Used to help spell words.

Database table structure:

CREATE TABLE word( word_id INT UNSIGNED AUTO_INCREMENT, word VARCHAR(25) NOT NULL, explanation VARCHAR(1000), submission_date DATETIME NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'creation time', PRIMARY KEY (word_id) );

About

A simple web page to record and search words. Used to help spell words.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages