12
12
<column xsi : type =" varchar" name =" url_key" nullable =" true" length =" 255" comment =" Post URL Key" />
13
13
<column xsi : type =" int" name =" in_rss" padding =" 11" unsigned =" false" nullable =" true" identity =" false" comment =" Post In RSS" />
14
14
<column xsi : type =" int" name =" allow_comment" padding =" 11" unsigned =" false" nullable =" true" identity =" false" comment =" Post Allow Comment" />
15
+ <column xsi : type =" varchar" name =" meta_title" nullable =" true" length =" 255" comment =" Post Meta Title" />
16
+ <column xsi : type =" text" name =" meta_description" nullable =" true" comment =" Post Meta Description" />
17
+ <column xsi : type =" text" name =" meta_keywords" nullable =" true" comment =" Post Meta Keywords" />
18
+ <column xsi : type =" text" name =" meta_robots" nullable =" true" />
15
19
<column xsi : type =" timestamp" name =" updated_at" on_update =" false" nullable =" true" />
16
20
<column xsi : type =" timestamp" name =" created_at" on_update =" false" nullable =" true" />
17
21
<column xsi : type =" int" name =" author_id" padding =" 10" unsigned =" true" nullable =" true" identity =" false" comment =" Author ID" />
33
37
<column xsi : type =" int" name =" enabled" padding =" 11" unsigned =" false" nullable =" true" identity =" false" comment =" Tag Enabled" />
34
38
<column xsi : type =" timestamp" name =" updated_at" on_update =" false" nullable =" true" />
35
39
<column xsi : type =" timestamp" name =" created_at" on_update =" false" nullable =" true" />
40
+ <column xsi : type =" varchar" name =" meta_title" nullable =" true" length =" 255" comment =" Post Meta Title" />
41
+ <column xsi : type =" text" name =" meta_description" nullable =" true" comment =" Post Meta Description" />
42
+ <column xsi : type =" text" name =" meta_keywords" nullable =" true" comment =" Post Meta Keywords" />
43
+ <column xsi : type =" text" name =" meta_robots" nullable =" true" />
36
44
<column xsi : type =" text" name =" import_source" nullable =" true" comment =" Import Source" />
37
45
<constraint xsi : type =" primary" referenceId =" PRIMARY" >
38
46
<column name =" tag_id" />
45
53
<column xsi : type =" text" name =" store_ids" nullable =" false" comment =" Store Id" />
46
54
<column xsi : type =" int" name =" enabled" padding =" 11" unsigned =" false" nullable =" true" identity =" false" comment =" Topic Enabled" />
47
55
<column xsi : type =" varchar" name =" url_key" nullable =" true" length =" 255" comment =" Topic URL Key" />
56
+ <column xsi : type =" varchar" name =" meta_title" nullable =" true" length =" 255" comment =" Topic Meta Title" />
57
+ <column xsi : type =" text" name =" meta_description" nullable =" true" comment =" Topic Meta Description" />
58
+ <column xsi : type =" text" name =" meta_keywords" nullable =" true" comment =" Topic Meta Keywords" />
59
+ <column xsi : type =" text" name =" meta_robots" nullable =" true" />
48
60
<column xsi : type =" timestamp" name =" updated_at" on_update =" false" nullable =" true" />
49
61
<column xsi : type =" timestamp" name =" created_at" on_update =" false" nullable =" true" />
50
62
<column xsi : type =" text" name =" import_source" nullable =" true" comment =" Import Source" />
59
71
<column xsi : type =" text" name =" store_ids" nullable =" false" comment =" Store Id" />
60
72
<column xsi : type =" varchar" name =" url_key" nullable =" true" length =" 255" comment =" Category URL Key" />
61
73
<column xsi : type =" int" name =" enabled" padding =" 11" unsigned =" false" nullable =" true" identity =" false" comment =" Category Enabled" />
74
+ <column xsi : type =" varchar" name =" meta_title" nullable =" true" length =" 255" comment =" Category Meta Title" />
75
+ <column xsi : type =" text" name =" meta_description" nullable =" true" comment =" Category Meta Description" />
76
+ <column xsi : type =" text" name =" meta_keywords" nullable =" true" comment =" Category Meta Keywords" />
77
+ <column xsi : type =" text" name =" meta_robots" nullable =" true" />
62
78
<column xsi : type =" int" name =" parent_id" padding =" 11" unsigned =" false" nullable =" true" identity =" false" comment =" Category Parent Id" />
63
79
<column xsi : type =" varchar" name =" path" nullable =" true" length =" 255" comment =" Category Path" />
64
80
<column xsi : type =" int" name =" position" padding =" 11" unsigned =" false" nullable =" true" identity =" false" comment =" Category Position" />
283
299
<column name =" history_id" />
284
300
</constraint >
285
301
</table >
286
- </schema >
302
+ </schema >
0 commit comments