drucker und fixes
This commit is contained in:
parent
5e9804135d
commit
bebc98abca
29 changed files with 673 additions and 7 deletions
|
@ -0,0 +1,6 @@
|
|||
CREATE TABLE printer (
|
||||
id INT AUTO_INCREMENT PRIMARY KEY,
|
||||
image_name VARCHAR(255) NOT NULL,
|
||||
image_link VARCHAR(255) NOT NULL
|
||||
);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue