Tools
- Sandbox
- Paste Code
- Snippets
- Generators
- Checks
- Convertors
[sql] test
Viewer
- CREATE TABLE payment_methods (
- id INT PRIMARY KEY AUTO_INCREMENT,
- name VARCHAR(255),
- description VARCHAR(255)
- );
- CREATE TABLE taxes_and_fees (
- id INT PRIMARY KEY AUTO_INCREMENT,
- name VARCHAR(255),
- rate DECIMAL(10,2)
- );
- CREATE TABLE shipping_methods (
- id INT PRIMARY KEY AUTO_INCREMENT,
- name VARCHAR(255),
- description VARCHAR(255),
- cost DECIMAL(10,2)
- );
Editor
Share
Do you find this tool useful? Then share it with your friends or colleagues. This will help us to make our free web tools better.
You can edit this paste and save as new:
Information about embedding
In order to embed this content into your website or blog, simply copy and paste one of the codes provided below.
1. JavaScript Embedding (shows full code, full height depending on amount of lines in paste)
<script src="https://wtools.io/code/embed-js/bSqj"></script>
2. Iframe Embedding (you can set the frame height by adding the CSS value 'height:100px;' for example)
<iframe src="https://wtools.io/code/embed-iframe/bSqj" style="border:none;width:100%"></iframe>