vendors have codes on them; making sqs for processing.

This commit is contained in:
Bryce Covert
2018-04-05 20:17:19 -07:00
parent 33cfc395de
commit 81263332df
13 changed files with 315 additions and 97 deletions

View File

@@ -0,0 +1,2 @@
-- 1522981446 UP add-vendor-code
ALTER TABLE vendors add column code varchar(255) unique;