Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liebsen/chatelet
https://github.com/liebsen/chatelet
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/liebsen/chatelet
- Owner: liebsen
- Created: 2019-07-26T16:23:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T14:45:05.000Z (9 months ago)
- Last Synced: 2024-04-14T12:20:46.685Z (9 months ago)
- Language: PHP
- Size: 25.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
chatelet website
================# db-changelog
- alter table sale_products add column precio_lista varchar(50);
- alter table sale_products add column precio_vendido varchar(50);oct_22
alter table homes add column display_popup_form_in_last tinyint(1) default '0';2019
create table stock_count (id int unsigned auto_increment primary key, cod_articulo varchar(50), stock int default '0', updated datetime default CURRENT_TIMESTAMP);alter table stock_count add column article_id varchar(20);
alter table products add column stock_total int default '1';
alter table products add column with_thumb tinyint default 0;