Subversion Repositories SmartDukaan

Rev

Rev 1273 | Rev 1845 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1273 Rev 1301
Line 142... Line 142...
142
    airwaybill_no = Field(String(50))
142
    airwaybill_no = Field(String(50))
143
    reply_to = Field(String(50))
143
    reply_to = Field(String(50))
144
    product_name = Field(String(200))
144
    product_name = Field(String(200))
145
    subject = Field(String(200))
145
    subject = Field(String(200))
146
    message = Field(String(600))
146
    message = Field(String(600))
147
    added_at = Field(DateTime)
147
    communication_timestamp = Field(DateTime)
148
    using_options(shortnames = True)
148
    using_options(shortnames = True)
149
    using_table_options(mysql_engine = "InnoDB")
149
    using_table_options(mysql_engine = "InnoDB")
150
 
150
 
151
#===============================================================================
151
#===============================================================================
152
# Different entities for the Widget service
152
# Different entities for the Widget service