Remove scantap directory
This commit is contained in:
parent
b90a570d29
commit
ec5328fed1
|
@ -1,8 +0,0 @@
|
||||||
USE sevenkeys;
|
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS CardScan (
|
|
||||||
Id INT PRIMARY KEY AUTO_INCREMENT,
|
|
||||||
StorageAreaId INT NOT NULL,
|
|
||||||
FOREIGN KEY (StorageAreaId) REFERENCES StorageArea(Id),
|
|
||||||
Position INT NOT NULL
|
|
||||||
);
|
|
Loading…
Reference in New Issue