Skip to content

loopyz/paytext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paytext

  1. Seller Table Schema CREATE TABLE Sellers (id integer primary key autoincrement, name text, pwd text, phone text);

  2. Item Table Schema CREATE TABLE Items (id integer primary key autoincrement, price real, description text, link text, seller_id integer, FOREIGN KEY(seller_id) REFERENCES Seller(id));

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages