Start using migrations #5

Merged
bilal.catic merged 7 commits from start-using-migrations into development 2018-06-26 16:38:58 +02:00
Showing only changes of commit 8678e68792 - Show all commits

View File

@@ -796,9 +796,6 @@ CREATE TABLE `orders` (
`projectNumber` varchar(12) DEFAULT NULL,
`deliveryAddress` varchar(600) DEFAULT NULL,
`billingAddress` varchar(600) DEFAULT NULL,
`billingFirstName` varchar(100) DEFAULT NULL,
`billingLastName` varchar(100) DEFAULT NULL,
`billingMail` varchar(300) DEFAULT NULL,
`idTerms` int(11) DEFAULT '1',
`customerAccepted` tinyint(1) DEFAULT '0',
`acceptanceDueDate` date DEFAULT NULL,