Update doc for create_phpclass.py
This commit is contained in:
parent
ad0deb4751
commit
733d18c7ca
3 changed files with 8 additions and 1 deletions
|
|
@ -3,5 +3,5 @@ SELECT
|
|||
FROM
|
||||
information_schema.columns
|
||||
WHERE
|
||||
columns.table_name='table';
|
||||
columns.table_name='attr_def';
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ def help():
|
|||
second line table name
|
||||
3rd PK type
|
||||
... and after all the column names and column type (see create_file_table.sql)
|
||||
see the file example
|
||||
"""
|
||||
def main():
|
||||
try:
|
||||
|
|
|
|||
6
dev/manage-code/create-file/example
Normal file
6
dev/manage-code/create-file/example
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Fiche_Attr
|
||||
attr_def
|
||||
ad_id | integer
|
||||
ad_text | text
|
||||
ad_type | text
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue