https://github.com/liebsen/chatelet
https://github.com/liebsen/chatelet
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/liebsen/chatelet
- Owner: liebsen
- Created: 2019-07-26T16:23:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2026-06-25T14:56:31.000Z (about 1 month ago)
- Last Synced: 2026-06-25T16:22:15.999Z (about 1 month ago)
- Language: PHP
- Size: 31.6 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;