Subversion Repositories SmartDukaan

Rev

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

Rev 12697 Rev 12722
Line 255... Line 255...
255
    addressId = Field(Integer)
255
    addressId = Field(Integer)
256
    striker = Field(Boolean)
256
    striker = Field(Boolean)
257
    tin = Field(String(20), unique=True)
257
    tin = Field(String(20), unique=True)
258
    spCounterSize = Field(Integer)
258
    spCounterSize = Field(Integer)
259
    fpCounterSize = Field(Integer)
259
    fpCounterSize = Field(Integer)
-
 
260
    dob = Field(String(20))
260
    createdOn = Field(DateTime)
261
    createdOn = Field(DateTime)
261
    using_options(shortnames=True)
262
    using_options(shortnames=True)
262
    using_table_options(mysql_engine="InnoDB")
263
    using_table_options(mysql_engine="InnoDB")
263
 
264
 
264
def initialize(dbname='user', db_hostname="localhost"):
265
def initialize(dbname='user', db_hostname="localhost"):