-
Seller Table Schema CREATE TABLE Sellers (id integer primary key autoincrement, name text, pwd text, phone text);
-
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));
-
Notifications
You must be signed in to change notification settings - Fork 0
loopyz/paytext
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published