ویرایش فیلد پایگاه داده مقدار پیش فرض

How to set a default value for an existing column


ALTER TABLE dailyView ADD DEFAULT getdate() FOR st

Scroll To Element

    <script>

        $(document).ready(function (){

            $("#click").click(function (){

                //$(this).animate(function(){

                    $('html, body').animate({

                        scrollTop: $("#div1").offset().top

                    }, 2000);

                //});

            });

        });

    </script>