Osclass Support Forums

Osclass plugin support => Free Osclass Plugins => Topic started by: e5n on April 18, 2021, 12:52:23 PM

Title: Car attribute "engine size" question
Post by: e5n on April 18, 2021, 12:52:23 PM
Hello. By default "i_engine_size" uses whole numbers. I want it to understand decimals. So in mysql i changed type from "INT()" to "float" for "i_engine_size" and everything is working as i want, but not sure what to do with line 32 struct.sql (i_engine_size INT(10) UNSIGNED,). Can i keep it as it is or it should be changed?
Title: Re: Car attribute "engine size" question
Post by: e5n on April 22, 2021, 11:47:10 PM
bump? anyone?
Title: Re: Car attribute "engine size" question
Post by: MB Themes on April 23, 2021, 02:58:11 PM
@e5n
Struct file is called during plugin installation only.