forked from interchange/interchange6-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
143 lines (95 loc) · 2.99 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
NAME
Interchange6::Schema - Database Schema for Interchange 6
VERSION
0.013
DESCRIPTION
Database schema classes for Interchange6 Open Source eCommerce software.
CREATE SQL FILES FOR DATABASE SCHEMA
This command creates SQL files for our database schema in the sql/
directory:
interchange6-create-database
SCHEMA CLASSES
CountryLocale
Interchange6::Schema::Populate::CountryLocale
StateLocale
Interchange6::Schema::Populate::StateLocale
Attribute
Interchange6::Schema::Result::Attribute
AttributeValue
Interchange6::Schema::Result::AttributeValue
Product
Interchange6::Schema::Result::Product
ProductAttribute
Interchange6::Schema::Result::ProductAttribute
ProductAttributeValue
Interchange6::Schema::Result::ProductAttributeValue
GroupPricing
Interchange6::Schema::Result::GroupPricing
Inventory
Interchange6::Schema::Result::Inventory
Review
Interchange6::Schema::Result::Review
MerchandisingAttribute
Interchange6::Schema::Result::MerchandisingAttribute
MerchandisingProduct
Interchange6::Schema::Result::MerchandisingProduct
Navigation
Interchange6::Schema::Result::Navigation
NavigationProduct
Interchange6::Schema::Result::NavigationProduct
Media
Interchange6::Schema::Result::Media
MediaDisplay
Interchange6::Schema::Result::MediaDisplay
MediaType
Interchange6::Schema::Result::MediaType
MediaProduct
Interchange6::Schema::Result::MediaProduct
User
Interchange6::Schema::Result::User
Role
Interchange6::Schema::Result::Role
UserRole
Interchange6::Schema::Result::UserRole
Permission
Interchange6::Schema::Result::Permission
UserAttribute
Interchange6::Schema::Result::UserAttribute
UserAttributeValue
Interchange6::Schema::Result::UserAttributeValue
Address
Interchange6::Schema::Result::Address
Country
Interchange6::Schema::Result::Country
State
Interchange6::Schema::Result::State
Cart
Interchange6::Schema::Result::Cart
CartProduct
Interchange6::Schema::Result::CartProduct
Order
Interchange6::Schema::Result::Order
Orderline
Interchange6::Schema::Result::Orderline
OrderlinesShipping
Interchange6::Schema::Result::OrderlinesShipping
PaymentOrder
Interchange6::Schema::Result::PaymentOrder
Session
Interchange6::Schema::Result::Session
Setting
Interchange6::Schema::Result::Setting
Session
Interchange6::Schema::ResultSet::Session
AUTHORS
Stefan Hornburg (Racke), `[email protected]'
Jeff Boes, `[email protected]'
Sam Batschelet `[email protected]'
CONTRIBUTORS
Kaare Rasmussen SysPete
LICENSE AND COPYRIGHT
Copyright 2013-2014 Stefan Hornburg (Racke), Jeff Boes.
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.