Skip to content

PaikEom/ManagePost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the database code (Using MySQL)

CREATE SCHEMA make_post ;
CREATE TABLE make_post.posts (
  id INT NOT NULL AUTO_INCREMENT,
  name VARCHAR(255) NULL,
  last_name VARCHAR(255) NULL,
  location VARCHAR(255) NULL,
  length INT NULL,
  width INT NULL,
  price INT NULL,
  telephone INT NULL,
  about VARCHAR(5000) NULL,
  dataCreated TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (id))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published