diff options
| author | Camil Staps | 2015-02-06 10:48:36 +0100 |
|---|---|---|
| committer | Camil Staps | 2015-02-06 10:48:36 +0100 |
| commit | 4ed0049b1c1bead979de48dbc117740f5b47d4b9 (patch) | |
| tree | ce83aaad31fe83b02157a86a8eb603bf9c4b3350 /install/index.php | |
| parent | Updated readme (diff) | |
0.1 Assign float values to nr. of working hours of assignments
Diffstat (limited to 'install/index.php')
| -rw-r--r-- | install/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/index.php b/install/index.php index 3921161..5d6b7fa 100644 --- a/install/index.php +++ b/install/index.php @@ -26,7 +26,7 @@ if (isset($_GET['create_tables'])) { `offerId` smallint(5) unsigned NOT NULL, `title` tinytext NOT NULL, `description` text NOT NULL, - `hours` smallint(5) unsigned NOT NULL, + `hours` float NOT NULL, `price_per_hour` float NOT NULL, `VAT_percentage` float NOT NULL, PRIMARY KEY (`id`), |
