Add timestampable behavior in import_export_type

modifié:         core/lib/Thelia/Model/Base/ImportExportType.php
	modifié:         core/lib/Thelia/Model/Base/ImportExportTypeQuery.php
	modifié:         core/lib/Thelia/Model/Map/ImportExportTypeTableMap.php
	modifié:         local/config/schema.xml
	modifié:         setup/thelia.sql
This commit is contained in:
Benjamin Perche
2014-07-09 16:01:16 +02:00
parent d1f5087d00
commit 5a6ede991b
5 changed files with 363 additions and 16 deletions

View File

@@ -1899,6 +1899,8 @@ CREATE TABLE `import_export_type`
`id` INTEGER NOT NULL AUTO_INCREMENT,
`url_action` VARCHAR(255) NOT NULL,
`import_export_category_id` INTEGER NOT NULL,
`created_at` DATETIME,
`updated_at` DATETIME,
PRIMARY KEY (`id`),
INDEX `idx_import_export_type_import_export_category_id` (`import_export_category_id`),
CONSTRAINT `fk_import_export_type_import_export_category_id`