mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Add database tables for resource module
This commit is contained in:
committed by
jfefe
parent
c5e02edfa8
commit
03f0851e7d
@@ -1,4 +1,4 @@
|
||||
-- Module to manage reources into Dolibarr ERP/CRM
|
||||
-- Module to manage resources into Dolibarr ERP/CRM
|
||||
-- Copyright (C) 2013 Jean-François Ferry <jfefe@aternatik.fr>
|
||||
--
|
||||
-- This program is free software: you can redistribute it and/or modify
|
||||
@@ -16,13 +16,12 @@
|
||||
|
||||
CREATE TABLE llx_resource
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
entity integer,
|
||||
ref varchar(255),
|
||||
description text,
|
||||
lat float(10,6),
|
||||
lng float(10,6),
|
||||
note_public text,
|
||||
note_private text,
|
||||
tms timestamp
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
entity integer,
|
||||
ref varchar(255),
|
||||
description text,
|
||||
fk_code_type_resource varchar(32),
|
||||
note_public text,
|
||||
note_private text,
|
||||
tms timestamp
|
||||
)ENGINE=innodb;
|
||||
Reference in New Issue
Block a user