customer information aspect

This commit is contained in:
Bossanyi Tibor
2020-06-01 09:49:12 +02:00
parent 7ef6f50c3b
commit 070acf4e47
4 changed files with 43 additions and 2 deletions
+2
View File
@@ -10,6 +10,8 @@
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
use aitrainer;
-- Struktúra mentése tábla aitrainer. customer
CREATE TABLE IF NOT EXISTS `customer` (
`customer_id` int(11) NOT NULL AUTO_INCREMENT,