2018-05-25 16:19:12 +02:00
|
|
|
CREATE TABLE tx_tea_domain_model_product_tea (
|
2020-12-01 23:12:34 +01:00
|
|
|
title varchar(255) DEFAULT '' NOT NULL,
|
|
|
|
description varchar(2000) DEFAULT '' NOT NULL,
|
|
|
|
image int(11) unsigned DEFAULT '0' NOT NULL
|
2018-05-25 16:19:12 +02:00
|
|
|
);
|